[Zope] Zope, performance and multithreading (beginner questio ns)

Rob Page rob.page@digicool.com
Fri, 9 Jul 1999 10:38:16 -0400


> Anybody know how well MySQL performs with multiple threads? Last I
> heard, it serializes database calls, which isn't exactly promising.

MySQL doesn't support transactions.  Chris Petrilli here has the details
but I'm led to believe this is a fatal blow to MySQL's ability to _ever_
(at least until it does support txns) reliably support threaded usage.
 
--Rob