Background: I have an object that is expensive to construct, so I want to pass it from the web script to a backend script without having to re-construct.
I like the approach in this question. I'm pretty sure this will work for me. But is it possible to write the string to memory, and pass the memory address to the backend script (treating it like filename kinda) so it can read the string.