On Apr 5, 12:22 am, a...@pythoncraft.com (Aahz) wrote: > In article <4b52f7d7-81d5-4141-9385-ee8cfb90a...@l1g2000yqk.googlegroups.com>, > > <ericwoodwo...@gmail.com> wrote: > > >I'm using queues to talk between these threads so I could certainly > >put some kind of message on the queue that causes the threads to > >commit suicide but I'm thinking there's a more built in way to do what > >I want. I'm just not sure what it is. > > There isn't, you have the right idea about using queues. > -- > Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ > > "Debugging is twice as hard as writing the code in the first place. > Therefore, if you write the code as cleverly as possible, you are, by > definition, not smart enough to debug it." --Brian W. Kernighan
Ok good to know. I was letting the search for a really cool solution stop me from rolling out what I think I already know how to do. Thanks. -- http://mail.python.org/mailman/listinfo/python-list