9 Feb
2006
9 Feb
'06
11:53 a.m.
Peter Manckok <peter_manckok@yahoo.es> wrote:
I am going to compile FR without threads. And I would like to know: How will FR handle simultaneous requests? Does it create new processes using fork functions?
No. It's single threaded. And synchronous. So it doesn't handle simultaneous requests. Alan DeKok.