Subject Re: [firebird-support] Choosing Firebird Version and Server OS and bits (32 or 64)
Author Dean Harding
Fabian Chocron wrote:
> > As of my personal experience, go with Classic. On all my deployments over
> > Windows2003/SMP XEON is lightening faster than SS
> Thanks Anderson, isn't it the case that with 200 users I would be better
> off
> running a SS version because of Cache memory?

It depends on how your application connects to the database. The actual
important number is not the number of "users" but the number of
*simultaneous connections* your application(s) make -- one connection =
one server process.

Dean.