stas        02/04/28 02:19:02

  Modified:    src/docs/1.0/guide databases.pod
  Log:
  - add some clarifications regarding opening connections with different login 
arguments
  
  Revision  Changes    Path
  1.7       +7 -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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- databases.pod     3 Apr 2002 09:16:08 -0000       1.6
  +++ databases.pod     28 Apr 2002 09:19:02 -0000      1.7
  @@ -75,10 +75,13 @@
   request from your C<DBI> module. This can be a huge benefit for a
   server with a high volume of database traffic.
   
  -You must B<not> use this module if you are opening a special connection
  -for each of your users.  Each connection will stay persistent and in a
  -short time the number of connections will be so big that your machine
  -will scream in agony and die.
  +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.
   
   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