On Fri, Nov 20, 2009 at 2:51 AM, Nicholas Petrella <[email protected]> wrote: > > I had a quick question about the MultiParticipant. Why in the intialize do > you neuter everything except the first participant passed in? Wouldn't you > want the last one to be un-neutered so that only after all the participants > have run will the process proceed? > > It is probably something simple I am missing but I figured I would ask to be > sure. Thanks!
Hello Nicholas, it's been a while ! Your idea makes sense. My idea was like : the first participant is the real one, all the others are "notifications". Most important first. That's on the surface. Now behind the MultiParticipant method signature, things could be very different (threaded consumption, notifications first, ...) I guess it depends on the end usage. Thanks for sharing your ideas, cheers, -- John Mettraux - http://jmettraux.wordpress.com -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
