Subject Re: [firebird-support] Report queries with FireBird
Author Alexandre Benson Smith
Em 20/10/2010 12:53, Wei Yu escreveu:
> HI,
>
> I have heard about that Classic server is not running very good under
> Windows. because Windows is not a true multiple threading system.
>
> William

Classic uses a separate process for each connection, so it will behave
well under windows on multi-processor machines.

Don't forget to look at you page cache, remember that it will be
multiplied by each connection, keep the page size to 75 and let the OS
handle the cache at the file system level.

see you !