Lets say I have a g-wan server with c script, if a http request comes in and then another http request, I would like for both of these running scripts to be able to read and write from the same section of ram.
In other words, I wish to just have a simple RAM database, an array of data and any http request can read from this RAM database.
I mean for any HTTP request to this server, it could be from any client. I just want to be able to read or write from the same data in RAM.