Subject | Re: [firebird-support] Neewbie: Time Query Execution |
---|---|
Author | Markus Ostenried |
Post date | 2006-11-29T22:05:59Z |
On 11/29/06, jvacompie <jvacompie@...> wrote:
you may want to read this article explaining the different
architectures of firebird server that you can install:
http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_ss_vs_classic
In short:
Super Server: shared cache -> lower memory usage; one process that
uses one CPU core
Classic Server: no shared cache -> uses more memory; one process per
connection -> can use all CPU cores -> allows parallel execution of
queries in different connections
HTH,
Markus
> Is it ok? or must I configure the server to create more process toHi,
> listen? I've not seen anything in the "firebird.conf" file.
you may want to read this article explaining the different
architectures of firebird server that you can install:
http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_ss_vs_classic
In short:
Super Server: shared cache -> lower memory usage; one process that
uses one CPU core
Classic Server: no shared cache -> uses more memory; one process per
connection -> can use all CPU cores -> allows parallel execution of
queries in different connections
HTH,
Markus