After further playing - it seems that the server_close() just takes
time to execute. I have found that if I wait a while (1-3 seconds) the
second connection will fail as well. Locking is already built into my
handler class - so I'll just use it to prevent further connections
until server_close()
[EMAIL PROTECTED] wrote:
> Is it just me or do the server_close() methods do squat? I'm primarily
> working with a ThreadingTCPServer object and trying to create a simple
> server that can shut itself down. But even simplest cases don't seem
> to work.
>
> Admittedly I am trying it from within m
Is it just me or do the server_close() methods do squat? I'm primarily
working with a ThreadingTCPServer object and trying to create a simple
server that can shut itself down. But even simplest cases don't seem
to work.
Admittedly I am trying it from within my handler class, but for some
odd rea