|
|
|
|
|
by ximus
401 days ago
|
|
> Starting a new process for each request doesn't feel right. I think there is a misunderstanding of how stdio works. The process can be long running and receive requests via stdio at any time. No need to start one for each request. |
|