[Modeling-cvs] ProjectModeling/Modeling/doc/UserGuide EnvironmentVariables.tex,1.13,1.14
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-08-06 23:11:22
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1366/Modeling/doc/UserGuide Modified Files: EnvironmentVariables.tex Log Message: Fixed the paragraph about MDL_TRANSIENT_DB_CONNECTION that was not updated after MDL_PERMANENT_DB_CONNECTION has been deprecated and replaced by MDL_TRANSIENT_DB_CONNECTION which has the inevrse semantics! Index: EnvironmentVariables.tex =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide/EnvironmentVariables.tex,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** EnvironmentVariables.tex 28 Jan 2004 14:54:09 -0000 1.13 --- EnvironmentVariables.tex 6 Aug 2004 23:11:13 -0000 1.14 *************** *** 91,100 **** \hline \lineiii{MDL_TRANSIENT_DB_CONNECTION}{}{} ! \lineiii{}{By default, the database connection is closed each time the last ! opened AdaptorChannel is closed ; for example, after ! \code{ec.objectsWithFetchSpecification()}, ! \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 --- 91,101 ---- \hline \lineiii{MDL_TRANSIENT_DB_CONNECTION}{}{} ! \lineiii{}{By default, a database connection is left opened after each ! request, so that it can be re-used for subsequent requests. When this ! environment variable is set to any true value, any opened database connection ! is closed after it's been used --for example, the database connections needed ! to perform the actions defined in \code{ec.objectsWithFetchSpecification()}, ! \code{ec.objectsCountWithFetchSpecification} or \code{ec.saveChanges()} are ! closed as soon before these functions return.\newline %~\newline %{\bf Important:} If you are running the framework in a multi-threaded |