in reply to help need to implement multinode load balancing in PERL

A framework worth looking into for that kind of architecture is AnyEvent::MP. But you can also get by by using a shared network directory and IPC::DirQueue or Directory::Queue or even Directory::Transactional.

  • Comment on Re: help need to implement multinode load balancing in PERL