threading and sockets ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ionel

    #1

    threading and sockets ?

    how to make a efficient server.. please point me to some good and clear examples
    --
    ionel.
  • Jeremy Bowers

    #2
    Re: threading and sockets ?

    On Sun, 16 Jan 2005 05:30:37 +0200, ionel wrote:
    [color=blue]
    > how to make a efficient server.. please point me to some good and clear examples[/color]

    Your question is too broad. There is no such thing as "a server", the
    server must *do* something and it is generally named for what it does..
    Please read http://www.catb.org/~esr/faqs/smart-questions.html and try
    again.

    That said, Twisted is a likely good first stop.

    But I have no way of knowing that, only a guess.

    Comment

    • Irmen de Jong

      #3
      Re: threading and sockets ?

      ionel wrote:[color=blue]
      > how to make a efficient server.. please point me to some good and clear examples[/color]

      I nominate SocketServer.Th readingTCPServe r from the standard library.


      --Irmen

      Comment

      Working...