Subject Re: [firebird-support] a few question... please help.
Author Anderson Farias
Hi,

> anybody can point me to some links about using gstat? please?
> i am using superserver firebird 2.1.2 with ubuntu 8.04.
> i try to use gstat get error access to database is denied by server
> administration.

What's your command line and what error message?

comom usage (example) for gstat is:

gstat -h your_db
gstat -a your_db


> i change setting firebird.conf CpuAffinityMask=2
> because i think my computer have two cpu and i want make
>second cpu usefull. that's right or wrong setting?

This is a bit map. 2 means only 2nd processor is used. To use cpu/core 1 and
2 you should use value of 3 (have a look at firebird.conf notes for this
param).

BTW, this param is only applyies to SuperServer. On SMP machines, the use of
Classic is very recomended.



Regards,
Anderson Farias