One last thing about SocketServer



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 the session between the connecting client socket and
the client socket the server generated to handle the incoming request?

Also, since the *only* thing a 'socket server' does is to create 'client
sockets' to handle requests, how do I use socket object features on
these generated clients to manage and/or monitor them?

The SocketServer module is great, but it seems to hide too many details
of what it's up to!

Thanks,
rbt





.



Relevant Pages

  • Re: Threads, signals and sockets (on UNIX)
    ... geoffbache wrote: ... socket, for which I use the SocketServer module. ... actions of the python interpreter", presumably - and control will not ...
    (comp.lang.python)
  • Re: writing a proxy ..
    ... BufferedWriter w3 = new BufferedWriter); ... A Socket that connects to the clients browser. ... Socket dest; ... // for this request. ...
    (comp.lang.java.programmer)
  • Re: call is blocked in recvfrom() and no further proceedings in Win CE
    ... > In windows CE, I'm able to send a request but I'm unable to receive it. ... Create another socket & bind with server IP address. ... >> My program has to send request to service through port 5070(in this port ...
    (microsoft.public.windowsce.embedded)
  • MULTITHREADED
    ... where each client request are handle ... connected socket return by accept function. ... X Server close the connection without passing all the requested data ...
    (comp.programming.threads)
  • Re: Trying to GET google with socket....problem
    ... socket to www.google.ca, but you only tell it to deliver some ... In HTTP/1.0, you open a socket, issue a request, get a response and ... socket is closed by the server. ... When you specify HTTP/1.1, ...
    (comp.lang.ruby)