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


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

In the end I realized I'd almost certainly need to wrap something external, just due to pain with Perl threading, and handling out of bound accesses.

I started a pure perl implementation of this, but realized that I couldn't share a "Net::Peer::State" singleton-object around threads because it was too complex for threads::shared, at that point I've stalled for the moment, and have looked at alternative implementations.

Steve
--
  • Comment on Re^2: Leader election in a distributed situation?