stas        02/04/28 02:20:29

  Modified:    src/docs/1.0/guide databases.pod
  Log:
  better wording
  
  Revision  Changes    Path
  1.8       +4 -4      modperl-docs/src/docs/1.0/guide/databases.pod
  
  Index: databases.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/databases.pod,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- databases.pod     28 Apr 2002 09:19:02 -0000      1.7
  +++ databases.pod     28 Apr 2002 09:20:29 -0000      1.8
  @@ -78,10 +78,10 @@
   You must B<not> use this module if you are opening a special
   connection for each of your users (meaning that the login arguments
   are different for each user).  Each connection will stay persistent
  -and in after a certain time the number of opened connections will
  -reach the allowed limit (configured by the database server) and new
  -connection opening requests wouldn't be granted, rendering your
  -service unusable for some of your users.
  +and after a certain period the number of open connections will reach
  +the allowed limit (configured by the database server) and new database
  +connection opening requests will be refused, rendering your service
  +unusable for some of your users.
   
   If you want to use C<Apache::DBI> but you have both situations on one
   machine, at the time of writing the only solution is to run two
  
  
  

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

Reply via email to