UPDATE:
Never mind. I've solved it.
It turns out that you cant have a shared DB connection throughout your threads.
One needs to:
a) have a unique connection to the DB on each thread
b) have a unique connection name for each thread
c) remember to close() the connection.




Reply With Quote
Bookmarks