>>>>> "Bryan" == Bryan Olson <[EMAIL PROTECTED]> writes:

    Bryan> [EMAIL PROTECTED] wrote:
    Bryan> Go with your gut. Python threads are reasonably portable, and
    Bryan> work well on modern MS-Windows.
    >> 
    >> >> Maybe ignore your gut and read the documentation. ;-)
    >> 
    Bryan> What in the documentation do you think answers the question?
    >> 
    >> The part where it says that if MySQLdb.threadsafety == 1 it's not safe to
    >> share connections.

    Bryan> You can't share them among processes either, so I don't see
    Bryan> any advantage either way on that.

Sure, but its difficult to do so.  With threads it's trivial to share a
connection and wind up getting bitten in the butt.

Skip
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to