Година 2019

Зависимости …

1. Закон на Слаус:Ако вършиш някаква работа прекалено добре, няма да можеш да се отървеш от нея. 2. Закон на Франко за работното място:Ако харесваш онова, което правиш, вероятно го правиш погрешно. 3. Бюрократичен принцип на Ларсън:Ако направиш невъзможното, шефът…

TCP Fast Open (TFO) on FreeBSD 12.0

TCP Fast Open (TFO) is an extension to speed up the opening of successive Transmission Control Protocol (TCP) connections between two endpoints. It works by using a TFO cookie (a TCP option), which is a cryptographic cookie stored on the client and set upon the initial connection…

PHP 7.3 Performance Benchmarks

Some fresh benchmarks over the past day on PHP 5.5.38, PHP 5.6.38, PHP 7.0.32, PHP 7.1.24, PHP 7.2.13, and the PHP 7.3.0 release. PHP 7.3 is just shy of 10% faster than PHP 7.2 in the popular PHPBench. PHP 7.3…