From: Joel VanderWerf Date: 2004-11-19T12:27:44+09:00 Subject: Re: Thinking About GServer Shashank Date wrote: > Hi James, > > --- James Edward Gray II > wrote: > > >>My plan for handling input is to push all commands >>onto a thread safe >>queue and have the main event thread pull them off >>the other end one at >>a time. But let's say that an event affects users >>A, B, and C. How do >>I notify them all? > > > I may not be reading this right (ignorant me ;-) but > it sounds something like Ara Howard's rq package: > > http://raa.ruby-lang.org/project/rq/ I think that requires all processes to access the queue on an nfs share.