Skip to Content.
Sympa Menu

thrulay-users - select() vs. fork()

Subject: Discussion list for thrulay, a network testing tool

List archive

select() vs. fork()


Chronological Thread 
  • From: Daniel Schaffrath <>
  • To: thrulay users <>
  • Subject: select() vs. fork()
  • Date: Tue, 12 Jun 2007 17:52:42 +0200

Dear Community,

I was wondering what might be the rational behind the design decision to have the client governed by a select() loop over several connections vs. the server to fork for each (control and data) connection. Or in other word, what's bad about the serving being only one process with a (big) select() loop.

Maybe you have any pointers?

Thank you in advance,
Daniel



Archive powered by MHonArc 2.6.16.

Top of Page