Subject Re: [Firebird-Java] Multiple connections to embedded Firebird
Author Jim Starkey
Garrett Smith wrote:

>
> My understanding is that embedded Firebird does not support multiple
> concurrent connections. However, I am able to open multiple connections
> via Jaybird. I'm a bit suspect of these and suspect there will be
> problems (deadlocks?, data corruption?) if I use them non-serially (i.e.
> from different threads).
>
There should be no problems at all. The engine is essentially the same
as classic (with security turned off). I'm not at all sure that cross
process access is functional, but multiple connections with a single
process is a no-brainer.