in reply to Re: DB Connection pool
in thread DB Connection pool
Not necessarily true. Compiling a large project (say, a linux kernel) on a single CPU machine completes substantially faster with two processes (make -j2 ...) than it does in a single process, as this allows the CPU to keep compiling in one process while the other waits for disk access.
While I haven't tested whether this is also true of databases, I suspect that it is likely to be.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: DB Connection pool
by samtregar (Abbot) on May 07, 2002 at 18:12 UTC |