Page 1 of 1

fsockopen caching

Posted: Wed Sep 20, 2006 12:55 pm
by loveccb
I'm making a connection via fsockopen and will be making many connections to the same server throughout the day.

I'm very concerned about speed here since I've found every connection takes about 10s for the ssl handshake and a return response. Does anyone know of a way to increase this speed, possibly using caching?

Many thanks

Posted: Wed Sep 20, 2006 1:04 pm
by volka
Can you use/install something like http://de2.php.net/manual/en/ref.memcache.php ?