On 2/16/06, Mike Orr <[EMAIL PROTECTED]> wrote:
>
> On 2/16/06, Kevin Dangoor <[EMAIL PROTECTED]> wrote:
> > You can use a global variable that tells the other threads to exit
> > when they get around to it. I don't know of a way for the "main
> > thread" to "kill" the other threads.
>
> That's one thing I never understood.  Java does it, but Python claims
> it's impossible.

Yeah. It's something I've wanted to be able to do...

Bob's message brings up a possibility: sqlite does database-level
locking. Perhaps there's some deadlock going on between some of the
threads? You'd think that pysqlite would time out after some period,
but I don't know if it does.

Kevin

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to