Subject Re: [firebird-support] Accessing the same FB DB in different modes
Author Ann W. Harrison
graeme_edwards2000 wrote:
> I would like to know if there is any problem with the scenario of a
> server accessing a firebird database using a local connection while
> client machines access the same database through a TCP/IP connection
> simultaneously.

That model works with classic on Posix systems and will work universally
with Vulcan. Until Vulcan, Windows users have a choice of embedded
which provides local access but restricts access to a single process,
SuperServer which provides a single (more or less) multi-threaded
server, or classic which provides one server per connection.


Regards,


Ann