Bruce Bailey wrote:
Hi
In order to improve performance for a socket-based PHP 5 object, I would
like to persist an object beyond the end of a script. Is there any way
to make this work? Will PHP 5 automatically destroy the object sometime
after the script ends?
Thanks in Advance,
Bruce
_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how
to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
Yes (it will destroy them), but you can look into persistent sockets,
and serializing objects. Info is in the manual.
Regards, Adam.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php