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
fsockopen caching
Moderator: General Moderators
Can you use/install something like http://de2.php.net/manual/en/ref.memcache.php ?