multithreading server

  • Thread starter Thread starter Dirk Reske
  • Start date Start date
D

Dirk Reske

Hello,

how can I realize a server that starts a thread which is listening for
connections.
this thread have to start a new workerthread for each new connection and
continues listening?
some code snippets?

thx
 
Back
Top