← Back to context Comment by guappa 7 months ago Then you kill your service which might also be serving legitimate users. 2 comments guappa Reply eru 7 months ago It depends on how you set things up.Eg if you fork for every request, that process only serves that one user. Or if you can restart fast enough.I'm mostly inspired by Erlang here. guappa 6 months ago Fork at every request isn't going to make a fast server.
eru 7 months ago It depends on how you set things up.Eg if you fork for every request, that process only serves that one user. Or if you can restart fast enough.I'm mostly inspired by Erlang here. guappa 6 months ago Fork at every request isn't going to make a fast server.
It depends on how you set things up.
Eg if you fork for every request, that process only serves that one user. Or if you can restart fast enough.
I'm mostly inspired by Erlang here.
Fork at every request isn't going to make a fast server.