I have a complex object that I create in a PHP script. I am looking for a way to store this object such that subsequent requests do not have to recreate it, or spend time un
in this case a better option would be to write your own server.
it's easily doable in php - and you already have the code - but php may not be the first choice of most when it comes to writing servers.