zlacker

[parent] [thread] 0 comments
1. zmxz+(OP)[view] [source] 2022-12-08 13:59:53
Stateful as in it would preserve objects/variables between requests (if served by the server that spins the runtime up)?

That's something up for debate. Personally, I'd like the shared-nothing approach but I'd like to have async capabilities to optimize I/O and a function that flushes the request and frees up resources for next request in queue.

edit: I haven't seen ngx_php, thanks for the link!

[go to top]