Hi! I dunno why this happens with my project only...
I have some processes outside turbogears that uses many threads to insert/update/delete data on the db. Those data come from various sources, that's why I preffered to use many processes. The many threads are for some data that is catched from parsing a web site. I have to download many pages from the site and process them. So I start many threads, one for each page I need to download, in the process which handles the data from this site. When using sqlobject r1539 everything goes ok. But if I use latest sqlobject version, only one thread finishes successfuly and other threads stay blocked forever. I dunno what is diff from r1539 to latest that may be causing this behaviour. Also, thanks for the hint with hub.end() so u may close that ticket, but please put something about this on the docs. :-) -- JP --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

