Subject RE: [firebird-support] Re: Unable to Connect to local server with firebird CS 1.5.2 on windows XP
Author Nigel Weeks
> > > I need this because I am
> > > migrating from FB1.0 to FB1.5 and I have many scripts
> currently in
> > > use in a production environment that don't have the IP Address.
> > > I've also found that with FB Super Server the above command works
> > > without the IPAddress...
> >
> > Right. Install SuperServer, at least until you update your scripts.
> > (Do you really need FB CS?)
>
> We thought more than a bit about it...
> our application is a client/server application, we need to
> support multiple connections.
> These connections are handled by a JBoss-hosted EJB.
> Each client can perform very DB-intensive operations like
> generating huge reports, or saving documents and updating
> lots of related tables.
> We wanted to take advantage of the hyperThreading feature in
> WinXP environment, so we opted for the Classic Server. Any
> suggestions will be *VERY* appreciated!
>
> Fabio.

How much work will it be to add localhost to your connection strings?
A nice search and replace, or a single included file with one connection
string?
Persist with CS. SS blows (ATM, it will get better...) on SMP boxes.

N