Hello all, I have an perl script download.pl, which downloads the some application builds for different platforms(ex: AIX,HP-UX,Solaris,Linux, and Windows) from build server(ABC) to local build server(XYZ). The script download.pl runs on local build server(XYZ), takes the inputs from file (containing the build details) and connects to build server(ABC) through ftp and download the builds for each OS/platforms. It will download individual builds one by one for each OS/platform and taking huge time (almost half a day). Now I want to use Threads feature of the perl to add parallelism to the script so that it will create multiple thread and start downloading builds for all os/platform simultaneously. If you could help me to achieve this using Theads::Pool module or some other way, it would be great help.
Thanks & Regards, Nings ________________________________ This message (including attachment if any) is confidential and may be privileged. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission. MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
