Subject RE: [firebird-support] Max users in a big boomer of a server - Classic or SS
Author Nigel Weeks
> What is the best FB Server for this set up: SS or Classic?
>
> Is this enough information on which to make an informed suggestion?


The only information you need is how many processors you have.
Here's the code:

if($processor_count > 1){
$best_architecture_for_job = "Classic";
}

SuperServer will be more scalable, but it's still in the works.

N.