Subject Re: [firebird-support] Performance Problem
Author Anderson Farias
Hi,

I'm just guessing here as I've never seem FB Classic performing bad (nor on
single or SMP boxes) and I, as stated before, have been using it for a
while. It may not be your code but some 'access component' you're using or
some other 'infrastructrure'

I was thinking about Alexandre's post and, could you tell us if you're
testing your app over a network (your app on a box and fb on another) or on
the same machine alltogether? If together, can you test it over network? (so
you change only the machine FB is running in)

Also, are you sure you uninstalled FB SS and installed FB CS and has no 2
server instances running (fb classic process are named fb_inet_server while
SS service is named fbserver)

Regards,
Anderson

----- Original Message -----
From: <rambabu.piridi@...>
To: <firebird-support@yahoogroups.com>
Sent: Monday, August 27, 2007 10:48 AM
Subject: RE: [firebird-support] Performance Problem


> Hi Anderson,
>
> If the problem is with my Java code, then why the difference
> occurred between two different configurations.
>
> I'm using simple code, which fetches the data from db and writes into
> some file. If it is problem with my code, then why it
>
> is working better in single processor machine.