[sqlalchemy] Re: stress tests / multithreading on SQLAlchemy 0.3.6

2007-05-28 Thread Andreas Jung
--On 27. Mai 2007 23:27:30 -0700 Alchemist [EMAIL PROTECTED] wrote: I developed my web application in TurboGears 1.0.1 (Python 2.4, CherryPy 2.2.1 and SQLAlchemy 0.3.6) and used Postgresql 8.2 as my backend. Also, I am using psycopg2. I am running stress tests (using tools such as WAPT and

[sqlalchemy] Re: stress tests / multithreading on SQLAlchemy 0.3.6

2007-05-28 Thread Alchemist
@Andreas Jung What SA configurations did you set/unset for your Zope application? Which SA files should I modify in order for SA to support multithreading and/or serial primary keys in postgresql database? Thanks Andreas Jung wrote: --On 27. Mai 2007 23:27:30 -0700 Alchemist [EMAIL

[sqlalchemy] Re: stress tests / multithreading on SQLAlchemy 0.3.6

2007-05-28 Thread Andreas Jung
--On 27. Mai 2007 23:45:43 -0700 Alchemist [EMAIL PROTECTED] wrote: @Andreas Jung What SA configurations did you set/unset for your Zope application? Nothing special. I am using my own z3c.sqlalchemy framework (Google, search on Cheeseshop). Which SA files should I modify in order for

[sqlalchemy] Re: stress tests / multithreading on SQLAlchemy 0.3.6

2007-05-28 Thread Alchemist
@Andreas Jung Thanks. So the problems might be coming either from CherryPy (the TurboGears server/controller) or from Kid templates (TurboGears templates). Andreas Jung wrote: --On 27. Mai 2007 23:45:43 -0700 Alchemist [EMAIL PROTECTED] wrote: @Andreas Jung What SA configurations did

[sqlalchemy] Re: stress tests / multithreading on SQLAlchemy 0.3.6

2007-05-28 Thread Michael Bayer
On May 28, 2007, at 2:27 AM, Alchemist wrote: I developed my web application in TurboGears 1.0.1 (Python 2.4, CherryPy 2.2.1 and SQLAlchemy 0.3.6) and used Postgresql 8.2 as my backend. Also, I am using psycopg2. I am running stress tests (using tools such as WAPT and Web Application