From: Benjamin Stiglitz Date: 2007-10-03T05:26:26+09:00 Subject: Re: A question about threads. Chris Bailey wrote: > What do I need to do to make the following code write the input from > each thread to all other active threads? I can't figure out how to > access the list of threads in GServer. You could keep a hash of connected clients (managed with TestServer#connected and TestServer#disconnected) and stow some information away in there, polling for it in your loop. -Ben -- Posted via http://www.ruby-forum.com/.