http://qs321.pair.com?node_id=1079417


in reply to Re: Leader election in a distributed situation?
in thread Leader election in a distributed situation?

It isn't horrible, but it is an interface to the Apache library so there's a non-perl depdency there.

In the ideal case I'd be looking for Net::Master class, or similar, with helper classes for different transports. I've been sketching out a prototype using Net::Master::UDP just adding send/recv methods and keeping the logic in the main module, which seems like a good direction.

The biggest downside is that this is all async stuff, and I've little experience with perl and threading..

Update: I've got some simple code working for the case of UDP-broadcast only, using threads and threads::shared. I suspect this might be fragile, but I will see.

Steve
--