Subject object in use error
Author the_k_dubb
Our application uses the C API, with multiple threads. We use one
connection per thread, and this is working fine. The problem arises
when we need to add a table to the database, or drop one; certain
functions fail, (randomly near as I can tell). I usually get "XXX
object in use", but sometimes it is "unsuccessfull metadata update".
All threads but the one are totally idle, just still connected. Is
there any way to get around this, w/o making all but one thread
disconnect? (the logic for this will be very complicated for us). Any
ideas at all are welcomed....please help!!!