[Zope] Multithreading sessions
Jon Emmons
jon.emmons at earthwavetech.com
Fri May 23 09:23:40 EDT 2008
Thanks Jaroslav,
I had already gone into zope.conf and added the line:
zserver-threads 10
This seemed to have no effect. Is that what you mean?
You think I should bump it higher? 100 maybe?
Jon Emmons
-----Original Message-----
From: Jaroslav Lukesh [mailto:lukesh at seznam.cz]
Sent: Friday, May 23, 2008 9:10 AM
To: Jon Emmons; zope at zope.org
Subject: Re: [Zope] Multithreading sessions
You need to increase number of server threads and/or number of database
connections (it mean ZoDB connections).
----- Original Message -----
From: Jon Emmons
User 1 requests data that takes the MySQL server 30 seconds to retrieve
Meanwhile.
User 2 wants to log on
User 2 will not be served the logon page until user 1's query has finished.
Is this typical Zope behavior?
How do I get Zope to serve pages, run python scripts, etc. to multiple users
simultaneously?
Thanks,
Jon Emmons
More information about the Zope
mailing list