in reply to Re^3: Managing a web form submission work queue
in thread Managing a web form submission work queue

knowmad,
My situation is different than yours. That is why I said it was perfect for my needs. I was using WWW::Mechanize for form submission and not users. The run_on_(start|finish|wait) were the callbacks I needed to make sure things were going properly. I am sorry this doesn't fit your situation, but it worked great for me.

Cheers - L~R

  • Comment on Re^4: Managing a web form submission work queue

Replies are listed 'Best First'.
Re^5: Managing a web form submission work queue
by knowmad (Monk) on Oct 08, 2004 at 14:18 UTC

    Hey L ~ R,

    OK, now I see what you are doing and why the Parallel::Forkmanager fit your needs. Thanks for the clarification. I'll try to post back to this thread when/if I implement a server-side solution to this problem.

    Regards, William