About four years ago I was looking around for ways to solve the same problem in the context of a build system. In the end I settled on a hand rolled database based solution because I couldn't anything that fit well in CPAN. Over the four years since the system was turned on its processed about 800,000 tasks and now runs around a dozen "task clients" on Windows XP, Vista and Windows 7 (32 and 64 bit), various versions of Debian and a couple of Mac OS-X versions. The database based design has been very successful!

The original design relied on a server that handled email used to manage tasks, but there is now a web UI for the system so the only thing the server really does is provide the database. I find having task history recorded in a database is a great tool for diagnosing issues with the system and tracking the evolution of tasks and the system over time.

Perl is the programming world's equivalent of English

In reply to Re: Problems using file based queues on windows by GrandFather
in thread Problems using file based queues on windows by joe425

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.