Kévin Dunglas
|
fb63099a88
|
feat: allow passing env vars to workers (#210)
|
2023-09-15 12:59:43 +02:00 |
|
Kévin Dunglas
|
75cd310292
|
feat: add support for PHP timeouts on Linux (#128)
|
2023-03-05 15:47:20 +01:00 |
|
Kévin Dunglas
|
878a30d92f
|
fix: ensure there is always a free thread for non-worker scripts (#105)
|
2022-11-14 22:45:51 +01:00 |
|
Kévin Dunglas
|
26edeb76e4
|
fix: prevent panic when restarting crashed worker (#49)
|
2022-10-21 14:43:16 +02:00 |
|
Kévin Dunglas
|
b719e1cbea
|
docs: improve docs of the Go module (#25)
|
2022-10-15 11:54:42 +02:00 |
|
Kévin Dunglas
|
d61c96a4c3
|
feat: use Zap for logging
|
2022-10-04 17:42:45 +02:00 |
|
Kévin Dunglas
|
796476d537
|
feat: use threads instead of GoRoutines (#6)
* feat: use threads instead of GoRoutines
* many improvements
* fix some bugs
|
2022-10-04 14:41:19 +02:00 |
|
Kévin Dunglas
|
84273ec395
|
fix: fix thread safety issues (#5)
* fix: fix thread safety issues
* some improvements
* wip
* tiny improvements
|
2022-06-03 17:18:07 +02:00 |
|
Kévin Dunglas
|
a3ba57f021
|
test: ensure memory safety when handling parallel requests (#3)
|
2022-05-23 11:57:30 +02:00 |
|
Kévin Dunglas
|
2b3475ed9d
|
docs: add examples
|
2022-05-20 09:42:30 +02:00 |
|
Kévin Dunglas
|
7d81fa51fe
|
feat: add a woker mode (#1)
* refactor: better memory management
* wip
* tmp
* introduce a go-like api
* upgraded to PHP 8.2
* Fix thread safety issues
* fix tests
* wip
* refactor worker
* worker prototype
* fix populate env
* session
* improve tests
* fix Caddy tests
* refactor
|
2022-05-18 11:52:24 +02:00 |
|