[Zope3-Users] Stability problem of zope3
Jim Fulton
jim at zope.com
Mon Mar 3 09:08:45 EST 2008
On Mar 3, 2008, at 4:00 AM, Jodok Batlogg wrote:
...
> paster opens a lot of threads.
That's odd. That must depend on the server used. The zope.server
server factory uses 4 by default. The cherrypy server uses 10.
> you should limit them...
> specify sth. like:
>
> [server:main]
> threadpool_workers = 4
> threadpool_spawn_if_under = 0
> threadpool_max_requests = 0
This appears to be incomplete. You would need a use option to specify
which server to use and I'm wondering what server these options are
for and which zopeproject uses by default.
Jim
--
Jim Fulton
Zope Corporation
More information about the Zope3-users
mailing list