Thanks for your fast reply.

Unfortunately, we don't have much of a choice in the server solution we're using. As much as I'd like to set up a dedicated host of my own, we don't have the skills in-house to maintain a secure server. Also, this project involves an ecommerce component, so I need to keep it as localized as possible -- including this script.

Also, this problem has nothing to do with firewalls or even security, believe it or not. I'm sure I could actually manage to wangle the server into doing what I want, or intentionally spin off a zombie or two to manage the task of keeping the process going. Unfortunately, the host would probably start killing off the processes as soon as it saw them. The host just doesn't want its clients messing with its machines -- so no terminal access and no scheduled tasks. I won't name the company, but it is fairly big and well-known. It just doesn't trust its clients.

Thanks for the suggestions, though.

I hope someone else has some equally helpful suggestions.


In reply to Re: Re: Scheduling tasks the _hard_ way by Yukio
in thread Scheduling tasks the _hard_ way by Yukio

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.