You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by Chamikara Jayalath <ch...@gmail.com> on 2007/12/19 23:22:58 UTC

[Sandesha2] timeToSend as a part of workID

Devs,

currently we have senderBean.timeToSend() as a part of the work ID for the
Sender's work lock  (Sender.java line:176 ). Because of this it is possible
to have two senderWorkers working on the same message simultaneously. I
think this is wrong and should be fixed. Please reply if you think
otherwise.

Chamikara