Subject | Re: [firebird-support] Optimize Firebird in multi-processor computers |
---|---|
Author | Douglas Tosi |
Post date | 2009-07-06T13:33:55Z |
On Mon, Jul 6, 2009 at 7:41 AM, kokok_kokok<kokok_kokok@...> wrote:
That will use all 8 cpus.
But beware. Each transaction will have its own transaction. If the
database is changed while the starting the connections, you may run
into data consistency issues.
hth,
--
Douglas Tosi
www.sinatica.com
> 1) Create a pool of 8 database connections and create 8 threads to executeYes. Use classic server. Each connection will run on its own process.
> the SQLs?
That will use all 8 cpus.
But beware. Each transaction will have its own transaction. If the
database is changed while the starting the connections, you may run
into data consistency issues.
hth,
--
Douglas Tosi
www.sinatica.com