Today, Thomas Charron gleaned this insight:
> something along those lines). Really interesting stuff. I'd like to know why,
> if the kernel can dynamically adjust the size needed by a socket, it's default
> and max are set to 64k.
Performance dude... if your application is like ftp or something that is
transfering a large amount of data, a larger buffer size is (to a
point) better for performance, reducing the amount of CPU needed to
process the data, etc. It really depends upon the application, and how
the rest of your system is tuned, which is why you can control it with
socket options... :)
--
You know that everytime I try to go where I really want to be,
It's already where I am, cuz I'm already there...
---------------------------------------------------------------
Derek D. Martin | Unix/Linux Geek
[EMAIL PROTECTED] | [EMAIL PROTECTED]
---------------------------------------------------------------
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************