Re: One last thing about SocketServer

2005-10-10 Thread Steve Holden
rbt wrote: > I've read more about sockets and now, I have a better understanding of > them. However, I still have a few SocketServer module questions: > > When used with SocketServer how exactly does socket.setdefaulttimeout() > work? Does it timeout the initial connect request to the socket serve

One last thing about SocketServer

2005-10-10 Thread rbt
I've read more about sockets and now, I have a better understanding of them. However, I still have a few SocketServer module questions: When used with SocketServer how exactly does socket.setdefaulttimeout() work? Does it timeout the initial connect request to the socket server or does it timeout