[Zope] Multithreading sessions
Jaroslav Lukesh
lukesh at seznam.cz
Fri May 23 09:10:08 EDT 2008
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