Michael B. Hansen wrote:
I use my own global locking-mechanism, so only one
connection can be opened at one time.
Michael,

Is it possible that your "own" locking mechanism is failing? You haven't said how the locks are implemented, and getting mutual exclusion stuff right in roll your own code can be very difficult.

The way you have worded the above it sounds like you are opening a database connection for each transaction (as opposed to using a global connection to execute each transaction). Is that true?

Which API function is returning the error?

Dennis Cote

Reply via email to