--- René_Fournier <[EMAIL PROTECTED]> wrote:
> Is it normal for a socket server to output all the echo'd
> messages only after the socket terminates?

Can you explain what situation you're trying to describe? For example, echo
does not write to a socket, so there's more going on than you're telling us.

In general, regardless of programming language, a socket is only written to
when a call is made to the function that does so. PHP's socket_write() is an
example, and it basically implements the C API's corresponding function.

Hope that helps.

Chris

=====
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to