[Zope] Options for handling concurrency?

Michel Pelletier michel@digicool.com
Mon, 28 Feb 2000 15:55:45 -0800


Tony McDonald wrote:
> 
> 
> It's MySQL, but using the latest DA - I'm pretty sure I'm doing more
> than one query at a time as I set off a ZSQL query that takes 9
> seconds from the MySQL command line, and then started to use aspects
> of the site that I *know* use MySQL lookups. BTW, the 9 second SQL
> query isn't used in the site! :)
> 

Oh one more thing, I'm pretty certain that the MySQL DA serializes ALL
requests because the MySQL library for python is not thread-safe.

-Michel