22 May
2003
22 May
'03
12:21 p.m.
--On Donnerstag, 22. Mai 2003 14:15 Uhr +0200 Ulla Theiss <u.theiss@eurodata.de> wrote:
Hello,
does this mean Zope supports only a fixed number of thread - and doesn't start a new one, when it's needed by a new request?
The number of worker threads is a configuration option. Zope does not spawn any new threads. Requests will be queued in case when all threads are busy. -aj