[sqlalchemy] View this page sqlalchemy Insert

2008-05-13 Thread Ahmad Hassan
Click on http://groups.google.com/group/sqlalchemy/web/sqlalchemy-insert - or copy paste it into your browser's address bar if that doesn't work. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group.

[sqlalchemy] Sqlalchemy connection pool question

2008-03-25 Thread Ahmad Hassan
Hello, I am using sqlalchemy 4.0 in my application to connect to mysql database. I am running quries through session object which is instantiated as a (bind=engine, Transactional = True). I am not using threadlocal strategy. My question is that If I open 10 connection simultaneouslty then