in reply to Re^3: DBI, Apache::DBI and mod_perl - Is one connection sufficient?
in thread DBI, Apache::DBI and mod_perl - Is one connection sufficient?
As all requests came from the same IP, from the same client even and were probably/perhaps for the same database, there is no need to start up x connections. Apache::DBI is bright enough to recognize that fact and limit the number of connections.
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: DBI, Apache::DBI and mod_perl - Is one connection sufficient?
by Anonymous Monk on Feb 25, 2004 at 20:51 UTC | |
by CountZero (Bishop) on Feb 25, 2004 at 21:05 UTC |