[Modeling-cvs] ProjectModeling/Modeling/doc/UserGuide EnvironmentVariables.tex,1.8,1.9
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-07-04 17:46:34
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide In directory sc8-pr-cvs1:/tmp/cvs-serv561/ProjectModeling/Modeling/doc/UserGuide Modified Files: EnvironmentVariables.tex Log Message: Removed useless note --bug w/ psycopg is fixed Index: EnvironmentVariables.tex =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide/EnvironmentVariables.tex,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** EnvironmentVariables.tex 4 Jul 2003 17:01:38 -0000 1.8 --- EnvironmentVariables.tex 4 Jul 2003 17:46:31 -0000 1.9 *************** *** 52,63 **** When this environment variable is set to any true value, the same database connection is re-used for subsequent requests.\newline ! ~\newline ! {\bf Important:} If you are running the framework in a multi-threaded ! environment (in Zope e.g.) you are strongly advised {\bf against} setting this ! variable to true. Most python adaptors are not MT-safe ; even ! \module{psycopg}, which is designed to be MT-safe, has a bug that is sometimes ! triggered when the same cursor is used concurrently in two different ! threads. This has been reported to the psycopg mailing-list, see ! \url{http://lists.initd.org/pipermail/psycopg/2003-March/001885.html}. }{e.g. '1', 'YES' (plus the empty string for de-activation)} \end{longtableiii} --- 52,63 ---- When this environment variable is set to any true value, the same database connection is re-used for subsequent requests.\newline ! %~\newline ! %{\bf Important:} If you are running the framework in a multi-threaded ! %environment (in Zope e.g.) you are strongly advised {\bf against} setting this ! %variable to true. Most python adaptors are not MT-safe ; even ! %\module{psycopg}, which is designed to be MT-safe, has a bug that is sometimes ! %triggered when the same cursor is used concurrently in two different ! %threads. This has been reported to the psycopg mailing-list, see ! %\url{http://lists.initd.org/pipermail/psycopg/2003-March/001885.html}. }{e.g. '1', 'YES' (plus the empty string for de-activation)} \end{longtableiii} |