From: Chuck Remes Date: 2009-01-12T07:41:42+09:00 Subject: Re: Eventmachine questions? On Jan 10, 2009, at 10:22 PM, Tim Uckun wrote: > I am starting to write a pretty simple UDP server using > eventmachine. So > far my code consists of a server which sleeps for a period of time > and then > echoes back what it got sent and a threaded client which sends a > thousand > udp packets consisting of the integer and prints the replies it gets. > > The problem is that the server only processes 361 requests. The > requests are > processed in order (which is expected I guess) but clearly the rest > of the > udp messages are being lost to the ether. > > I have included my server and client below and if somebody could > explain why > this is happening and how I can fix it I would appreciate it. > > BTW is eventmachine still in development? Looks like everything on > the web > site is from 2006 and the mailing list doesn't work. Tim, the mailing list is alive and well. Most of the action these days is on IRC so check out the #eventmachine forum on irc.freenode.net. The new home for eventmachine is http://rubyeventmachine.com. There is a pretty active community but it's kind of like an iceberg... you only see a little bit of it peek above the water line. cr