17 Oct
2005
17 Oct
'05
2:38 p.m.
Joe Maimon <jmaimon@ttec.com> wrote:
Does that mean the server will ignore requests if it cannot spawn a thread at the time of arrival?
Tes.
If so, wouldnt it be better to queue it and hope for the availability of threads in the near future?
Yes.
Something like this thread_pool_addrequest()
No, just move the "request_enqueue" code to before the "spawn thread" checks. I'll commit a fix to CVS. Alan DeKok.