Subject | Re: [firebird-support] Multi-threaded simultaneous isc_attach_database calls create problems |
---|---|
Author | Ivan Prenosil |
Post date | 2005-04-07T07:49:03Z |
> We have Firebird 1.5.2 SuperServer and our client application createsIt seems you are using local connection. You have to use network connection, e.g.
> new threads for each database connection. When two connection requests
> occur simultaneously in our multi-threaded environment, a call to
> isc_attach_database is made, and then another call to
> isc_attach_database occurs before the first call has returned, and
> neither call returns.
"localhost:d:\mydb.fdb"
Ivan