in reply to Re: mod_perl best practice to consume dynamic file
in thread mod_perl best practice to consume dynamic file
Thank you for your thoughtful response!
File locking was me chief concern when creating this post, especially in an Apache environment that handles upwards of 100 requests per second. To me, it seemed rather foolish to proceed with my proposed solution without getting some feedback. Especially considering that the frequency with which it will update is an infrequent, predictable interval.
Out of curiosity, instead of using a JSON file, would manufacturing a perl script that I do() inside of my module be a better solution? I am not locked down to how the information is stored, I just need to be able to access it.
Thanks again!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: mod_perl best practice to consume dynamic file
by Anonymous Monk on Jul 27, 2017 at 14:58 UTC | |
|
Re^3: mod_perl best practice to consume dynamic file
by karlgoethebier (Abbot) on Jul 27, 2017 at 16:36 UTC | |
|
Re^3: mod_perl best practice to consume dynamic file
by locked_user sundialsvc4 (Abbot) on Jul 27, 2017 at 18:36 UTC |