Dear Zope Users group,

 

I am running zope 2.9.4 and have observed that it will not simultaneously serve pages to my users.

 

For Example:

 

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