in reply to
Perl modules for batch web processing
I would interpose a database with a persistent job queue. The web page captures the form input and inserts new jobs in the queue. A background task monitors the queue and kicks off processing.
Comment on
Re: Perl modules for batch web processing
In Section
Seekers of Perl Wisdom