As no one has replied so far, I'll risk to suggest something which might not fit exactly what you're looking for... (after all, you specifically asked for CPAN modules)

Anyhow, to me it sounds like you might benefit from using an existing job queuing system for the backend, and then only develop some web frontend to your liking. There are commercial solutions like LSF1, but I suspect you might be more interested in open source software, so you might want to take a look at Sun Grid Engine, which provides a similar feature set.

Both systems might seem like overkill for what you appear to be in need of. On the other hand, no one forces you to deploy a world wide grid of computing resources. You can just as well configure a mini "cluster" of, let's say, 1-3 machines, and still take advantage of the extremely flexible queuing, load balancing, resource management and monitoring facilities etc., that such tools provide.

Before you approach the docs, however, it might help to install a filter (in your head) to mask out all the enterprise level blurb you're likely to encounter ;)

There also is a Perl binding to talk to the queuing backend via DRMAA (Distributed Resource Managment Application API), but I cannot say much more than this, as I've never used the module myself.

Hope this helps, and good luck!
Almut

___

1  Disclaimer: I'm in no way affiliated with Platform Computing Inc., the producer of LSF. I just happen to have had some exposure to the software at work.


In reply to Re: Using Proc::Reliable in CGI by almut
in thread Using Proc::Reliable in CGI by dgaramond2

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.