gbmaster has asked for the wisdom of the Perl Monks concerning the following question:
i don't need actual code (yet ;)) just to be pointed in the right direction.
here is the scenario-
i have a perl script that collects data and stores it in a hash. every 10 minutes it goes out and refreshes the data.
right now any user who wants this information needs to load up there own instance, and run the script. the same work is being done for however many users want this data, and I'd like a better way to go about it.
i would like to create basically a "service" where the user just runs ./query.pl and asks the service in the background for the values in the hash.
all users are on the same box
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help with designing a program.
by GrandFather (Saint) on Apr 03, 2015 at 08:10 UTC | |
|
Re: Help with designing a program.
by bitingduck (Deacon) on Apr 03, 2015 at 04:15 UTC | |
|
Re: Help with designing a program.
by marinersk (Priest) on Apr 03, 2015 at 16:23 UTC | |
by Nemo Clericus (Beadle) on Apr 03, 2015 at 20:19 UTC | |
|
Re: Help with designing a program.
by Anonymous Monk on Apr 03, 2015 at 20:57 UTC |