lunatic-solutions/submillisecond

Every time there is a new connection, a process should be spawned and get a copy of the router

bkolobara opened this issue · 0 comments

I think that the dispatching should be done inside of the new process, so the parsing of the request and deciding what handler should be called is done in parallel.

Maybe, we should also use a linked-sub process with a memory/time limit to handle the request. This would make it easier to sandbox requests and handle unexpected failures.