Subject Re: [Firebird-Java] Some questions about embedded, Linux and Classic Server
Author Nickolay Samofatov
Hello, Nikolay !


>Since tests pass on linux on embedded target and they include tests on
Pooling,
>doesnt' this mean that CS embedded can open several Connection's to single
database?

It can. But noone tested CS embedded version with threads.

Generally, I'm 99% sure there should be problems with libfbembed.so used via
JNI.
libfbclient.so is thread-safe clien library version.

It is possible to build embedded SS engine on Posix (just like fbembed.dll
on Windows),
but it not done now. Patches are welcome, as always ! ;)

Nickolay Samofatov