On 16 Dec 2004 20:38:29 -0500, David Bolen <[EMAIL PROTECTED]> wrote:
>Scott Robinson <[EMAIL PROTECTED]> writes:
>
>> I have been having trouble with the garbage collector and sockets.
>
>Are you actually getting errors or is this just theoretical?
>
>> Unfortunately, google keeps telling me that
Scott Robinson <[EMAIL PROTECTED]> writes:
> I have been having trouble with the garbage collector and sockets.
Are you actually getting errors or is this just theoretical?
> Unfortunately, google keeps telling me that the problem is the garbage
> collector ignoring dead (closed?) sockets instea
Scott Robinson <[EMAIL PROTECTED]> writes:
> I have been having trouble with the garbage collector and sockets.
> Unfortunately, google keeps telling me that the problem is the garbage
> collector ignoring dead (closed?) sockets instead of removing live
> ones. My problem is
>
>
> x.sock=so
Scott Robinson wrote:
I have been having trouble with the garbage collector and sockets.
Unfortunately, google keeps telling me that the problem is the garbage
collector ignoring dead (closed?) sockets instead of removing live
ones. My problem is
x.sock=socket.socket(socket.AF_INET,socket.SOCK
I have been having trouble with the garbage collector and sockets.
Unfortunately, google keeps telling me that the problem is the garbage
collector ignoring dead (closed?) sockets instead of removing live
ones. My problem is
x.sock=socket.socket(socket.AF_INET,socket.SOCK_STREAM)