stas        2003/06/10 01:08:08

  Modified:    src/docs/2.0/user/performance mpm.pod
  Log:
  correct the status of Apache::DBI in the threaded environment
  
  Revision  Changes    Path
  1.2       +3 -1      modperl-docs/src/docs/2.0/user/performance/mpm.pod
  
  Index: mpm.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/performance/mpm.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mpm.pod   23 May 2003 08:55:50 -0000      1.1
  +++ mpm.pod   10 Jun 2003 08:08:08 -0000      1.2
  @@ -98,7 +98,9 @@
   
   =head2 Work with DataBases under Threaded MPM
   
  -The current C<Apache::DBI> is not usable under threaded mpm.
  +The current C<Apache::DBI> should be usable under threaded mpm, though
  +it doesn't share connections across threads. Each Perl interpreter has
  +its own cache, just like in the prefork mpm.
   
   C<DBI::Pool> is a work in progress, which should bring the sharing of
   database connections across threads of the same process. Watch the
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to