Subject | Re[2]: [firebird-support] Firebird performance on Dual Core machine |
---|---|
Author | Helen Borrie |
Post date | 2006-01-02T00:08:38Z |
At 06:48 AM 2/01/2006 +0700, you wrote:
problem is almost certainly that you are trying to make a local (IPServer)
connection, which Classic does not support.
If you want to connect to Classic using a local client, use the localhost
(TCP local loopback) server in your path, e.g.
localhost:c:\program files\firebird\firebird_1_5\examples\employee.fdb
./helen
>Hello Helen,Why don't you read the release notes and/or the Quick Start Guide? Your
>
>On Monday, January 2, 2006, 5:53:18, You wrote:
>
> > At 09:56 PM 1/01/2006 +0700, you wrote:
> >>Hello firebird-support,
> >>
> >> I just want to know, is it true that the performance of firebird will
> >>be drop if it used on dual core machine? I'm talking about AMD Dual
> >>core or something but not Intel's Hyperthreading.
>
> > Yes, it's true for the Superserver version, but not for Classic.
>
> > With SS you should keep the CPU affinity to one CPU. By default, the value
> > (a bitmask) is 1, which sets the affinity to CPU 0. Read the release notes
> > and the notes in Firebird.conf. The release notes provide the algorithm
> > for calculating the CPU affinity bitmask.
>
> > ./heLen
>
>I've tried to use the classic server version, but all the program
>can't be work (including IBExpert). Can you tell me how to make the
>program to be work?
problem is almost certainly that you are trying to make a local (IPServer)
connection, which Classic does not support.
If you want to connect to Classic using a local client, use the localhost
(TCP local loopback) server in your path, e.g.
localhost:c:\program files\firebird\firebird_1_5\examples\employee.fdb
>Or it must be re-compiled to configure to classic server?No. You just need to read the documentation.
./helen