in reply to Re: Running a Perl Code in different Processes
in thread Running a Perl Code in different Processes
Yes..You are right..I have also tried parallel::SubFork::Task and it works. But have you tried DBWIZ??? See the problem with DBWIZ is that it waits for all the forked process get finished and then only create the result sets.
What I want each search module returns results as soon as it is completed, Instead of waiting for searches to complete.