Оптимизация для загрузки большого к-ва картинок на странице
Alexandr Smirnov
papa at phpclub.net
Thu Aug 4 17:36:08 MSD 2005
Для Linux скорее эта ссылка поможет..
http://wwwx.cs.unc.edu/~sparkst/howto/network_tuning.php#Steps
Для FreeBSD
==============================================
To tweak your FreeBSD TCP performance (IP tuning),
you can adjust the receive and send buffer sizes.
As root, execute the following, where 65536 can be
another size you choose (such as 131072):
sysctl -w net.inet.tcp.sendspace=65536
sysctl -w net.inet.tcp.recvspace=65536
If you increase the value to 262144, you must increase
kern.ipc.maxsockbuf to something larger than 262144.
For example:
sysctl -w kern.ipc.maxsockbuf=524288
Всего наилучшего, Александр Смирнов
mailto:phpclub at rambler.ru
Просто Хороший Парень http://www.ezhe.ru/fri/490/
Клуб разработчиков PHP http://www.phpclub.ru
More information about the nginx-ru
mailing list