>   This had an awful bug.  All the events were getting sent into the Q and getting 
>nullified.

Nice catch!
   
>   The only reason the disk cache seemed to work was because of the purgatory.

That seems reasonable. Looks like we NEED MORE UNIT TESTS! =]

I'll try to code up a decent unit test for the event queue.

>   This is one of the most central classes in the entire system.  It has been messed 
>with a lot because it used to use JGL stuff.

Yup, it was using the queue from util.concurrent but that was too slow.
This implementation is pretty much as fast as possible (even after the
bug fix =)

>   I guess this does everything the old Q used to do.  I'm not sure.

It should.
   



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to