in reply to Question about communicating with a running perl script

Personally, I like the idea of using the website to update a control table in the database, which the perl script consults to determine its behavior.

Dum Spiro Spero
  • Comment on Re: Question about communicating with a running perl script

Replies are listed 'Best First'.
Re^2: Question about communicating with a running perl script
by Amblikai (Scribe) on Jul 06, 2015 at 18:07 UTC

    Thanks for your reply!

    So you reckon dedicating a table in the DB where sending "status" values or something and getting the background script to continue polling it?

    What's a realistic polling frequency?

      What's a realistic polling frequency?

      That's a question only the users of the website can answer, I would think. How often is the website refreshing? How long does it take the perl program to run thru the list of tasks?

      Dum Spiro Spero

        I guess i'll have to have a think about that!