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


_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to