李洛 <luolee...@gmail.com> writes:

> Thanks for your reply, MRAB.
>
> I've seen that the child thread has been stoped, it just died in the queue.If 
> I want the queue be
> empty, I must use queue.get() to dequeue and clean it, but I didn't do that.
> I've implement the thread using List now, thanks again.

Also make sure that l_ip and l_result are Queues instead of lists, as MRAB 
suggested.

-- 
Piet van Oostrum <p...@vanoostrum.org>
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to