Re: threads check socket

2009-07-31 Thread Gabriel Genellina
En Fri, 31 Jul 2009 14:42:29 -0300, NighterNet escribió: On Jul 31, 10:23 am, "Gabriel Genellina" wrote: En Fri, 31 Jul 2009 13:35:10 -0300, NighterNet escribió: > I been trying to find a way to check the socket is open or not. The > thread are in a group and loop if the sockets are open

Re: threads check socket

2009-07-31 Thread NighterNet
On Jul 31, 10:23 am, "Gabriel Genellina" wrote: > En Fri, 31 Jul 2009 13:35:10 -0300, NighterNet   > escribió: > > > I been trying to find a way to check the socket is open or not. The > > thread are in a group and loop if the sockets are open. If they are > > not open delete the thread and remov

Re: threads check socket

2009-07-31 Thread Marcus Wanner
On 7/31/2009 12:35 PM, NighterNet wrote: I been trying to find a way to check the socket is open or not. The thread are in a group and loop if the sockets are open. If they are not open delete the thread and remove the group. I need on this. Being a bit more specific would help. Are you using t

Re: threads check socket

2009-07-31 Thread Gabriel Genellina
En Fri, 31 Jul 2009 13:35:10 -0300, NighterNet escribió: I been trying to find a way to check the socket is open or not. The thread are in a group and loop if the sockets are open. If they are not open delete the thread and remove the group. I need on this. What means an "open socket"? Do y

threads check socket

2009-07-31 Thread NighterNet
I been trying to find a way to check the socket is open or not. The thread are in a group and loop if the sockets are open. If they are not open delete the thread and remove the group. I need on this. -- http://mail.python.org/mailman/listinfo/python-list