Hi all, I've been building some Web 2.0 style Intranet applications for awhile for my job using Pylons, and really enjoying it. We use SQLAlchemy to access the backend MySQL database and that is working fine. Which leads me to my question: how does Pylons handle using multiple threads for HTTP requests that access the database using SQLAlchemy when doing so with MySQL isn't thread safe? I ask because I'd like to learn how it's done so I can perhaps port the technique to some Twisted server apps we've written that we'd like to have use SQLAlchemy as well.
All help, suggestions, pointers, etc. would be most helpful! Thanks in advance, Doug -- View this message in context: http://pylons-discuss.1595796.n2.nabble.com/SQLAlchemey-in-a-threaded-environment-tp5001422p5001422.html Sent from the pylons-discuss mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
