persistence - How to share memory between http requests in g-wan? -
Let's have a G-Wan server with C-script, if any HTTP request arrives and then another Http request, I would like to be able to read and write both running scripts from the same part of Rama.
In other words, I can only read a simple RAM database, an array of data and any http request from this RAM database.
I mean that this server can be from any customer, for any HTTP request. I just want to be able to read or write the same data in RAM.
you US_SERVER_DATA :
US_SERVER_DATA , // global indicators (for maintenance scripts)
Comments
Post a Comment