avanta has asked for the wisdom of the Perl Monks concerning the following question:

Hello, Is there any perl module available that can help me to implement the multi node load balancing architecture for my application... In my application i have 2 components download and transform. right now they are working sequnetly on the same node. but i need to implement multinode for this. so that download can run on different n number of nodes and transform can run on different n number of nodes. Downloader get input from a source server and get the files and copy it on transform node. need help if there any module available that can be used for this purpose. thanks
  • Comment on help need to implement multinode load balancing in PERL

Replies are listed 'Best First'.
Re: help need to implement multinode load balancing in PERL
by Corion (Patriarch) on Jun 28, 2010 at 09:31 UTC