Subject Re: Nbackup
Author Adam
--- In firebird-support@yahoogroups.com, "Branimir Trumbic"
<seronimo@...> wrote:
>
> Thanks for your answers Dmitry,
> now I can safely switch my database connection strings to use 'local
> access' to the FB SS databases as I noticed that 'local access'
> without TCP loopback is much faster.
>
> Just one final question:
>
> If u have TWO Firebird SuperServers installed on Windows as separate
> services on separate port, how u can redirect local/direct connection
> to use let's say 2nd FB server for database connection. Now I'm using
> 'localhost/3050:C:\MyDb.fdb' for 1st one and
> 'localhost/3051:C:\MyDb.fdb' for 2nd FB server.

This won't work. You can't use two engine instances to simultaneously
serve the same database file. The database engines wouldn't know about
each others caches and writes to the file itself, and you would get
corruption in a second.

Adam