Commit History

Author SHA1 Message Date
  Kévin Dunglas 843d199469 perf: cache computations in WithRequestDocumentRoot (#1154) 3 months ago
  Alliballibaba 4e356989cd Removes call from go to c. 3 months ago
  Alliballibaba ec32f0cc55 Removes defer. 3 months ago
  Alliballibaba 3587243f59 Moves worker request logic to worker.go. 3 months ago
  Alliballibaba 89d8e267d8 Resolves waitgroup race condition on startup. 3 months ago
  Alliballibaba a8a00c8372 Adjustments as suggested by @dunglas. 3 months ago
  Alliballibaba 13fb4bb729 Prevents overlapping of TSRM reservation and script execution. 3 months ago
  Alliballibaba 7f13ada3e6 Fixing merge conflicts and formatting. 3 months ago
  Alliballibaba a726a2c33c Merge branch 'main' into refactor/start-worker-threads-directly 3 months ago
  Alliballibaba 09e0ca677c Fix opcache_reset race condition. 3 months ago
  Kévin Dunglas 75dab8f33d chore: bump deps and misc improvements (#1135) 3 months ago
  Alexander Stecher 1c3ce114f6 perf: use hot worker threads when possible (#1126) 3 months ago
  Alexander Stecher e5ca97308e perf: optimize $_SERVER import (#1106) 3 months ago
  Alliballibaba 17d5cbe59f Adjusts the watcher logic. 3 months ago
  Alliballibaba 08254531d4 Adjusts watcher logic. 3 months ago
  Alliballibaba a9857dc82e Cleanup. 3 months ago
  Alliballibaba c03c59bd60 Cleanup. 3 months ago
  Alliballibaba f7e7d41f87 Refactors php threads to take callbacks. 3 months ago
  Alliballibaba 89b211d678 Cleans up the exponential backoff. 3 months ago
  Alliballibaba ad34140027 Moves code to separate file. 3 months ago
  Alliballibaba fe1158fb67 Decouple workers. 3 months ago
  Kévin Dunglas d53f909d20 chore: various cleanups 3 months ago
  Rob Landers e812473fe1 implement getenv and putenv in go (#1086) 3 months ago
  Alexander Stecher 8bbd16d585 Removes worker panic when the watcher is enabled. (#1092) 4 months ago
  Alexander Stecher d99b16a158 perf: remove all cgo handles (#1073) 4 months ago
  Kévin Dunglas e9c075a4a5 feat: add build tag to skip Watcher support (#1076) 4 months ago
  Kévin Dunglas 56d2f99548 chore: make the watcher module internal 4 months ago
  Alexander Stecher 8d9b6e755b feat: restart workers when on source changes (#1013) 4 months ago
  Rob Landers aa585f7da0 handle worker failures gracefully (#1038) 4 months ago
  Rob Landers 5d43fc2c8d add basic metrics (#966) 4 months ago
  Kévin Dunglas a16076e082 perf: prevent useless logger allocs 5 months ago
  Kévin Dunglas 90a7b98b10 feat: log the number of threads and workers during startup 8 months ago
  Kévin Dunglas 3d065eda35 $_SERVER['FRANKENPHP_WORKER'] must not be NULL-terminated 8 months ago
  Kévin Dunglas 07a74e5c5a perf: reduce allocs when creating $_SERVER (#540) 11 months ago
  Rob Landers 7830aae549 Ensure we don't modify a shared env (#452) 1 year ago
  Rob Landers 5bda50cbd7 Fix memory leak (#442) 1 year ago
  Kévin Dunglas b4aa8038ff feat: detect when worker crashes or terminates normally (#315) 1 year ago
  Kévin Dunglas aa1d968dcf refactor: faster $_SERVER variables creation 1 year ago
  Kévin Dunglas fb63099a88 feat: allow passing env vars to workers (#210) 1 year ago
  Kévin Dunglas 8149f191e0 chore: clean multiple errors handling 1 year ago
  Kévin Dunglas 307c5fa865 fix: properly cleanup workersReadyWG (#184) 1 year ago
  Kévin Dunglas df976c1708 fix: race condition on shutdown 1 year ago
  Kévin Dunglas 75cd310292 feat: add support for PHP timeouts on Linux (#128) 1 year ago
  Kévin Dunglas 8e824a7906 perf: remove an extra call to cgo (#117) 2 years ago
  Rob Landers 9ef3bd7c47 feat: add fastcgi_finish_request() support (#69) 2 years ago
  Kévin Dunglas 26edeb76e4 fix: prevent panic when restarting crashed worker (#49) 2 years ago
  Kévin Dunglas 7ec0043fe8 feat: handle errors in worker mode (#9) 2 years ago
  Kévin Dunglas c45a4c620f feat: improve sessions handling in workers 2 years ago
  Kévin Dunglas 4a87ad3609 chore: add tests regarding persistent objects 2 years ago
  Kévin Dunglas d61c96a4c3 feat: use Zap for logging 2 years ago