Subject Re: [Firebird-Java] Jaybird 3 embedded with FB 2.5/3.0
Author Mark Rotteveel
On 20-9-2018 16:53, hugo.larson@... [Firebird-Java] wrote:
> Is every connection a "process" and need it's own set of library files?

No. I'm talking about Java processes (ie: your application). You can
have as many connections within a single Java process (within OS and
Java limits), but within that Java process, with the current Jaybird
implementation, you can only have a single Firebird embedded library loaded.

This is a bit of an oversimplification, using multiple classloaders ands
some additional work, you can actually use more than one, but that can
get painful.

Mark
--
Mark Rotteveel