Subject Re: Which to use: Super Server or Classic (FB 1.52)
Author Adam
--- In firebird-support@yahoogroups.com, "rekkod" <anton@d...> wrote:
> Hi All
>
> a) When should the Super Server be used and when Classic (on a
standard
> Pentium IV) machine.

Pretty much if it has more than one CPU, then you will get more benefit
using classic, otherwise you have to tie the process to a single CPU to
avoid bouncing between them.

http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_ss_vs_classic

Superserver has the advantage of avoiding some page management messing
around, but on a SMP machine, this tends to cause the see saw affect.
It is also cheaper (on windows) to create a thread than a process.

That probably answers your other questions.

Adam