--- Begin Message ---
The Jini Remote Event specification clearly states that remote events may
arrive out of order, yet some lookup tck tests in the qa test suite require
events to arrive in order.
Presently I have an Executor in Reggie, used specifically for sending event
notifications, however it is single threaded, to ensure events arrive in an
order identical to client registration, to avoid qa test failures.
I propose creating a comparator clients can use to order events as they arrive.
This will allow qa tests, when utilising this comparator, to pass when Reggie
is configured to use a multi threaded event notifier executor. This would
increase Reggie's scalability for event notifications.
Thoughts?
Regards,
Peter.
--- End Message ---