[Modeling-cvs] ProjectModeling/Modeling/doc/UserGuide EnvironmentVariables.tex,1.3,1.4
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-03-10 17:02:57
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide In directory sc8-pr-cvs1:/tmp/cvs-serv12581/doc/UserGuide Modified Files: EnvironmentVariables.tex Log Message: Fixed: use cmd. newline instead of double-backslashes to make a newline in a tabular environment Index: EnvironmentVariables.tex =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide/EnvironmentVariables.tex,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** EnvironmentVariables.tex 7 Mar 2003 18:00:27 -0000 1.3 --- EnvironmentVariables.tex 10 Mar 2003 17:02:50 -0000 1.4 *************** *** 19,24 **** \code{ec.objectsCountWithFetchSpecification}, \code{ec.saveChanges()}. When this environment variable is set to any true value, the same database ! connection is re-used for subsequent requests.\\ ! ~\\ {\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 --- 19,24 ---- \code{ec.objectsCountWithFetchSpecification}, \code{ec.saveChanges()}. 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 |