Multiple clinets on a TCPServer

I want to have a single TCPServer (with a particulat IP and port
number), and multiple TCP clients must be able to connect to this
server simultaneosly.

How can i do this?

This posting is a good starting point:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/59000

  • Good luck, Joachim