in reply to Re: Parallel Search using Thread::Pool
in thread Parallel Search using Thread::Pool

Thanks, my application is web based. I have cerated different perl module(.pm) for each search source(site). Currently I am using Parallel::ForkManger. But the problem I am facing is, it waits for all the children to finish their task and then only I can display the result. I stuck on how to display the results as results get retrieved by a child and subsequently adding other children results for display. What will be the algorithm for the problem?
thanks
Shanu
  • Comment on Re^2: Parallel Search using Thread::Pool

Replies are listed 'Best First'.
Re^3: Parallel Search using Thread::Pool
by Anonymous Monk on Mar 17, 2009 at 12:00 UTC
Re^3: Parallel Search using Thread::Pool
by shanu_040 (Sexton) on May 22, 2009 at 18:42 UTC
    Hi monks,
    I am still waiting to get some kind of solution from your side.