persistent socket

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sgalonska
Forum Newbie
Posts: 1
Joined: Mon Mar 07, 2005 10:14 am

persistent socket

Post by sgalonska »

Some time ago I noticed a discussion about persistent sockes here:
http://www.phpbuilder.com/board/sho...readid=10241133
Somehow I have the impression of having the same problem as here, but the proposed solution does not work for me ;-(. What I intend to do is to "refind" my persistent connection from request to request. i cannot establish a new socket for each request because it takes too long. By the way, has anyone an idea how to pass resource descriptors from script to script or how to serialise them? Even an answer for this question might lead to the solution of my problem.

thanx in advance
Sebastian
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

your link goes nowhere.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

He he... it got trimmed
Post Reply