William Ampeh wrote:
>
> 1.  I realized you used TCP instead of UDP for the protocol.  Are there
> any advantages of one over the other besides the fact the known drawback
> of standard UDP protocol (i..e, no guarantee to sequencing and unreliable
> delivery)?
> 

tcp is much more popular than udp as well... :-)

>
> 2. Your sysread had a 1024 bytes.  What are the implications of either
> increasing or decreasing this number?
> 

most os is able to handle 1k of memory much more faster than any other size. 
depending on your application, increasing or decreasing this number might 
not matter much. feel free to experiment with a different number.

david
-- 
sub'_{print"@_ ";* \ = * __ ,\ & \}
sub'__{print"@_ ";* \ = * ___ ,\ & \}
sub'___{print"@_ ";* \ = * ____ ,\ & \}
sub'____{print"@_,\n"}&{_+Just}(another)->(Perl)->(Hacker)

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to