Subject | Re: Type2 local-mode threadsafe ? |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-04-22T09:36:51Z |
> gds32.dll is in SYSTEM32 dir, jaybird ist not finding it, even notThis is probably what Ryan would like to check.
> in my working dir.
> i have to use fbclient.dll in my working dir. (it was a typing error
> from me in my first message)
> and my app finds the jaybird.dll only in the working directory, not
> in any other directory, although it is in the java.library.path.
> I have to write "local" not "LOCAL". "LOCAL" is not working.Where do you set it? In JDBC URL this is "local", in
> i get unknown host LOCAL
FBConnectionPoolDataSource it is "LOCAL".
> Problem with local mode:Then most likely this has something to do with fbclient.dll. From
> I get a deadlock when i have 2 concurrent connections, this seems to
> be a bug in the driver. (my appserver is getting the connections and
> doing db-selects for my rmi clients).
>
> With embedded-mode everything is working.
driver perspective they are the same (difference is only in preparing
database URL and library to load).
BTW, what happens if you use it in type 2 (native) mode?
Roman