http://qs321.pair.com?node_id=745946

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

Hello Mates

i need suggetions / help on this problem.

we are doing a online Backup/ Restore Diaster recovery Solution.
For that till now , we have implemented Synchronous Data Transfer model for both Backup and restore.

i was involved in Testharness of these Back end operations.

Now the devlopment is moving to Asynchrous Datatransfer mode. So i need to test in asynchronous mode for backup and restore.

i am using Perl for this Testharness. So to proceed with Asynchrous mode of Testing, need to Implement Multi threading in Perl.

Can you please tell me on how to proceed with this, i dont have much knowledge on Perl Multi threading.