hello,
I a perl function that collects a lot of data and then processes it and sends a report. The problem I have is that the data processing happens on one server and its taking a lot of time (20 min) to processes the entire data.
Is there any way I could use other idle servers to distribute data processing, so that the same function could process the data on 2-3 different servers instead of one server.
I have solaris 10 servers