Subject Re: [Firebird-Java] Re: Type2 local-mode threadsafe ?
Author Carsten Schäfer
Roman Rokytskyy wrote:
>> With native-mode everything is working, too.
>> But local is faster (as fast as embedded mode).
>
> Is your application multithreaded, i.e. do you access two different
> connections from two different threads simultaneously?
>

Yes, i have an client-server application.
Clients connect to server with rmi, server is managing db-connections.
Strange that embedded mode is working and local not.

Carsten