http://qs1969.pair.com?node_id=11131667


in reply to Re^4: Cron Jobs That Run For Too Long
in thread Cron Jobs That Run For Too Long

but strongly discouraged on Windows

Good point...
But the OP did mention CRON and not Task Scheduler.

Replies are listed 'Best First'.
Re^6: Cron Jobs That Run For Too Long
by LanX (Saint) on Apr 23, 2021 at 19:21 UTC
    This trick was referenced many times in the following years, and many people won't bother to read the OP.

    And personally I take "cron" as a generic term and I've also already seen people installing a cron demon on Win.

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery

      And personally I take "cron" as a generic term

      Interesting...I always use CRON in a *nix context. Perhaps because, until the recent Raspberry Pi Curtain Controller, the only time CRON and I came together was on a webserver.

      I've also already seen people installing a cron demon on Win

      I have heard rumours about this...it's not something I've looked into.

        Perl aims to be OS agnostic but was born on Unix and is heavily borrowing from Unix tools like bash, sed and awk plus wrapping many C functions from that OS.

        In case of conflicting terminology we fall back to basic Unix terms, like "directory" instead of "folder"

        The docs on the other hand are expected to mention platform issues, at least by pointing to perlport

        flock is an anti-example, that's why I started this meditation .

        > Interesting...I always use CRON ...

        8.6 million google hits for "cron Windows"

        Cheers Rolf
        (addicted to the Perl Programming Language :)
        Wikisyntax for the Monastery