Peter Manckok <peter_manckok at 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.