in reply to Re: Re: DBI, Apache::DBI and mod_perl - Is one connection sufficient?
in thread DBI, Apache::DBI and mod_perl - Is one connection sufficient?
I am wondering what is wrong with my setup then (if anything). If I use the mysql client to connect to the server, it shows me "Your MySQL connection id is 0 to server version: 4.0.17-nt". Then I start up Apache, do many page requests (even tried simultaneously loading 40 pages within Opera). I then go back to the mysql client and reconnect and get connection #3. This tells me that all the page requests were handled within connection #2. So...?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^3: DBI, Apache::DBI and mod_perl - Is one connection sufficient?
by perrin (Chancellor) on Feb 25, 2004 at 20:26 UTC | |
|
Re^4: DBI, Apache::DBI and mod_perl - Is one connection sufficient?
by Anonymous Monk on Feb 25, 2004 at 20:11 UTC | |
|
Re: Re^3: DBI, Apache::DBI and mod_perl - Is one connection sufficient?
by CountZero (Bishop) on Feb 25, 2004 at 20:40 UTC | |
by Anonymous Monk on Feb 25, 2004 at 20:51 UTC | |
by CountZero (Bishop) on Feb 25, 2004 at 21:05 UTC |