Subject | AW: [Firebird-Java] Multiple connections to embedded Firebird |
---|---|
Author | Steffen Heil |
Post date | 2004-12-24T14:00:34Z |
Hi
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]
> My understanding is that embedded Firebird does not supportWrong.
> multiple concurrent connections.
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]