I am writing one c++ client which using my PHP Thrift server.
I want Thrift persistent communicate with client to server.
And Thrift can communicate client & server persistent connection but inside my PHP Thrift server I am using Memcached server and it can be also persistent. Mostly PHP Memcached persistent connection maintained by web server.
So can my PHP Thrift server maintain Memcached persistent connection ?
If not should I have to use any other language like which make this possible?