Alliballibaba
|
3b9f5774a2
Fixes alpine (probably)
|
2 месяцев назад |
Alliballibaba
|
bd4af113e0
Merge branch 'main' into feat/auto-scale-clock-time
|
2 месяцев назад |
Alliballibaba
|
031424784a
Adds autoscale tests.
|
2 месяцев назад |
Alliballibaba
|
8fc3293ce2
fmt.
|
2 месяцев назад |
Alliballibaba
|
d408bdd2b9
Replaces clock with probing.
|
2 месяцев назад |
Alliballibaba
|
14925f6b3e
Integrates CPU tracking.
|
2 месяцев назад |
Alliballibaba2
|
f592e0f47b
refactor: decouple worker threads from non-worker threads (#1137)
|
2 месяцев назад |
Alliballibaba
|
c213fc9e4f
Records clock time.
|
2 месяцев назад |
Alliballibaba
|
a8a454504e
Adds suggestions by @dunglas and resolves TODO.
|
3 месяцев назад |
Alliballibaba
|
ef1bd0d975
Changes Unpin() logic as suggested by @withinboredom
|
3 месяцев назад |
Alliballibaba
|
c080608661
Applies suggestions by @dunglas
|
3 месяцев назад |
Alliballibaba
|
06af5d580c
Formatting.
|
3 месяцев назад |
Alliballibaba
|
cca2a00ac6
Allows for clean state transitions.
|
3 месяцев назад |
Alliballibaba
|
02b73b1696
C formatting.
|
3 месяцев назад |
Alliballibaba
|
660efcd490
Merge branch 'main' into refactor/start-worker-threads-directly
|
3 месяцев назад |
Alliballibaba
|
54dc2675ba
Refactoring.
|
3 месяцев назад |
Alliballibaba
|
6747d15616
Fixes tests.
|
3 месяцев назад |
Alliballibaba2
|
b4748ee110
fix: don’t ignore empty request headers (#1182)
|
3 месяцев назад |
Alliballibaba
|
3ffbe063d6
Merge branch 'main' into refactor/start-worker-threads-directly
|
3 месяцев назад |
Alliballibaba
|
55ad8ba8bc
Refactor: removes global waitgroups and uses a 'thread state' abstraction instead.
|
3 месяцев назад |
Rob Landers
|
0c123a2563
remove opcache_reset (#1173)
|
3 месяцев назад |
Alliballibaba
|
06ebd67cf4
Refactors new thread loop approach.
|
3 месяцев назад |
Alliballibaba
|
740fac7943
Merge branch 'main' into refactor/start-worker-threads-directly
|
3 месяцев назад |
Alliballibaba
|
4e356989cd
Removes call from go to c.
|
4 месяцев назад |
Kévin Dunglas
|
9013614801
fix: sapi_module.getenv() should delegate to Go
|
4 месяцев назад |
Alliballibaba
|
a8a00c8372
Adjustments as suggested by @dunglas.
|
4 месяцев назад |
Alliballibaba
|
13fb4bb729
Prevents overlapping of TSRM reservation and script execution.
|
4 месяцев назад |
Alliballibaba
|
a726a2c33c
Merge branch 'main' into refactor/start-worker-threads-directly
|
4 месяцев назад |
Alliballibaba
|
09e0ca677c
Fix opcache_reset race condition.
|
4 месяцев назад |
Alexander Stecher
|
e5ca97308e
perf: optimize $_SERVER import (#1106)
|
4 месяцев назад |
Alliballibaba
|
17d5cbe59f
Adjusts the watcher logic.
|
4 месяцев назад |
Alliballibaba
|
c03c59bd60
Cleanup.
|
4 месяцев назад |
Alliballibaba
|
f7e7d41f87
Refactors php threads to take callbacks.
|
4 месяцев назад |
Alliballibaba
|
ad34140027
Moves code to separate file.
|
4 месяцев назад |
Alliballibaba
|
fe1158fb67
Decouple workers.
|
4 месяцев назад |
Rob Landers
|
e812473fe1
implement getenv and putenv in go (#1086)
|
4 месяцев назад |
Kévin Dunglas
|
e864142a7b
fix: always include pthread.h
|
4 месяцев назад |
Alexander Stecher
|
ea7a514389
perf: only import os environment variables once per worker thread (#1080)
|
4 месяцев назад |
Alexander Stecher
|
d99b16a158
perf: remove all cgo handles (#1073)
|
5 месяцев назад |
Alexander Stecher
|
8d9b6e755b
feat: restart workers when on source changes (#1013)
|
5 месяцев назад |
Rob Landers
|
aa585f7da0
handle worker failures gracefully (#1038)
|
5 месяцев назад |
Robert William Vesterman
|
1e20f65e26
fix: pthread include for FreeBSD (#1058)
|
5 месяцев назад |
Rob Landers
|
d532772355
fix: reset sapi response code (#964)
|
7 месяцев назад |
Rob Landers
|
fb23c64632
perf: cgi-mode 1700% improvement (#933)
|
7 месяцев назад |
Kévin Dunglas
|
0500ebc191
perf: improve PHP thread management (#898)
|
8 месяцев назад |
Kévin Dunglas
|
8ff6cfdda8
refactor: prevent a useless allocation (#895)
|
8 месяцев назад |
Kévin Dunglas
|
d6d1b2731c
feat: add support for max_input_time in worker mode (#874)
|
8 месяцев назад |
Kévin Dunglas
|
c4aba6be02
chore: uniformize C comment style
|
9 месяцев назад |
Kévin Dunglas
|
4537f27f67
fix: prevent crash when worker terminates after a file upload
|
9 месяцев назад |
Kévin Dunglas
|
3714fdf3a1
fix: superglobals-realated crash with custom extensions in worker mode (#796)
|
9 месяцев назад |