Subject | RE: [firebird-support] Max users in a big boomer of a server - Classic or SS |
---|---|
Author | Nigel Weeks |
Post date | 2005-08-08T22:46:47Z |
> What is the best FB Server for this set up: SS or Classic?The only information you need is how many processors you have.
>
> Is this enough information on which to make an informed suggestion?
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.