Brice D Ruth wrote:

>   What is the difference between doing the following:
>
> close( $server );

functional interface.  flush and close the file handle for this instance
of the program.

>
> #
> $server->close();

object interface - same as above.

>
> #
> $server->shutdown();

object interface.  cause the connection to close at the tcp/ip level.
any other application instance also using this socket will no longer
be able to read/write from it.


--
___cliff [EMAIL PROTECTED]http://www.genwax.com/


Reply via email to