Re: Threads and sys.excepthook

2006-03-28 Thread Jonathan Ellis
Jesus Rivero - (Neurogeek) wrote: > Original exception was: > Unhandled exception in thread started by > Error in sys.excepthook: > > Original exception was: > > And if put a time.sleep(1) after the thread.start_new(test, > (name,)) #(1) part, then it does it all perfectly. Looks like the in

Threads and sys.excepthook

2006-03-28 Thread Jesus Rivero - (Neurogeek)
Hello guys, I have this problem and i don't know any workarounds yet. Im implementing a DB Connection pool, which initially creates 20 connections and keep them in a dictionary. It also implements a method for allowing external method/classes to get a connection from that pool. he main issue is