On 12/03/2010 01:56 PM, Michael Van Canneyt wrote:

What he said pertains to the inner workings of Apache,,,,

So when doing a multithreaded FCGI "Server" that uses a thread pool, the managing what thread is to be used when (creating additional threads or manage a queue if more requests com in than Thread are available), needs to be done by the FCGI Server itself.

I suppose this needs to be done by some kind of central "Thread Scheduler" (supposedly done by the application main thread). This in fact might create a performance limitation.

-Michael

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to