esbtools / event-handler

Notification in, document out.
GNU General Public License v3.0
3 stars 6 forks source link

Pseudo-randomize order of locks acquried for document events #13

Open alechenninger opened 8 years ago

alechenninger commented 8 years ago

We will have to do this with an algorithm which weights higher priority events with greater likelihood of being selected. This will cause more lock contention on the higher priority events but we can't risk those going unprocessed.