On Thu, Apr 25, 2002 at 09:57:04AM -0700, Ryan Bloom wrote: > > * When I say "queue" I really mean stack. In thinking about this > problem > > over the last few days I realized that we should convert back to a > true > > LIFO, otherwise it is possible for a request to sit at the back of the > > stack for a long time before it is serviced. > > I hope you mean FIFO here. If you use a LIFO, then the first request > received will be the last request served, which is a bad thing.
Uh, yeah, what ryan said. :) A queue, a queue! (Duh.) -a