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