thread_pool_addrequest()
Alan DeKok
aland at ox.org
Mon Oct 17 20:38:32 CEST 2005
Joe Maimon <jmaimon at 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.
More information about the Freeradius-Devel
mailing list