PDA

View Full Version : About buffers


Rydia
10-26-2006, 06:58 AM
who can tell the difference between these items? I can't find any explanation on documents or helps...
what should the values be on a computer with a Xeon 2.8G, 2G RAM & 1Gbps LAN?
thanks..

[Ftp]
Socket_Send_Buffer = 131072
Socket_Recv_Buffer = 131072
DataSocket_Nagle = False
Transfer_Buffer = 65536 # For maximum scalability, set Transfer & DataSocket buffers to to low values
DataSocket_Send_Buffer = 65536
DataSocket_Recv_Buffer = 65536

bigstar
10-30-2006, 04:04 PM
Where is that from? Not FlashFXP.
The terminology and logic behind the option can be different based on the program.

Buffers are based mainly on the network connection and the network infrastructure. If the buffer size is too far the optimal size for the network than a performance loss can occur.

tuff
10-31-2006, 02:49 AM
/me slaps bigstar

being in the ioftpd forum, at a guess it from ioftpd.ini :P