fork and select

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

    fork and select

    Hi all
    I want to write a simple echoserver in python ,but I never saw the using
    of fork() and select() in python before.
    if you have a simple code ,can you paste it?

  • Peter Hansen

    #2
    Re: fork and select

    lenk wrote:[color=blue]
    >
    > I want to write a simple echoserver in python ,but I never saw the using
    > of fork() and select() in python before.
    > if you have a simple code ,can you paste it?[/color]

    Check you Python lib folder for examples of both. (Hint: grep would help.)

    -Peter

    Comment

    Working...