ganeshk has asked for the wisdom of the Perl Monks concerning the following question:
Can I be sure that when a request is using such a transaction enabled$dbh = DBI->connect_cached($dsn, $user, $password, {RaiseError => 1, AutoCommit => $transaction });
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can one Apache process run multiple requests simultaneously?
by ikegami (Patriarch) on May 30, 2007 at 16:24 UTC | |
by perrin (Chancellor) on May 30, 2007 at 16:43 UTC | |
by ganeshk (Monk) on May 31, 2007 at 07:50 UTC | |
|
Re: Can one Apache process run multiple requests simultaneously?
by perrin (Chancellor) on May 30, 2007 at 16:48 UTC | |
by Anonymous Monk on Mar 10, 2008 at 07:06 UTC | |
by perrin (Chancellor) on Mar 10, 2008 at 15:30 UTC | |
|
Re: Can one Apache process run multiple requests simultaneously?
by InfiniteLoop (Hermit) on May 30, 2007 at 16:27 UTC |