Subject AW: [Firebird-Java] Multiple connections to embedded Firebird
Author Steffen Heil
Hi

> My understanding is that embedded Firebird does not support
> multiple concurrent connections.

Wrong.
The embedded server is a FULL super server embedded in a dll.
However it does not expose an tcp/ip socket, so that other processes cannot
attach to it. That's all. So you can have as many concurrent connections as
you like, but only from the process that loaded the dll. In you case,
everything inside the same jvm can access the database.

Regards,
Steffen


[Non-text portions of this message have been removed]