> 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