Home
last modified time | relevance | path

Searched refs:high (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbuffer.c879 unsigned char high, low; in buffer_urldecode_internal() local
894 high = hex2int(*(src + 1)); in buffer_urldecode_internal()
895 if (high != 0xFF) { in buffer_urldecode_internal()
898 high = (high << 4) | low; in buffer_urldecode_internal()
901 if (high < 32 || high == 127) high = '_'; in buffer_urldecode_internal()
903 *dst = high; in buffer_urldecode_internal()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dperformance.txt47 If you handle several connections at once under a high load (let's assume 500 connections
125 …http://blog.lighttpd.net/articles/2005/11/11/optimizing-lighty-for-high-concurrent-large-file-down…
134 If you are running a high-traffic site you might want to increase this limit
200 disabling these options most likely decreases performance for high-latency and lossy
H A Dfeatures.txt75 There is no support for FastCGI authorizers. These are very useful for high
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DREADME16 which has been optimized for high-performance environments. It has a very
114 - php-servers under high load
H A DNEWS205 …* Fix bug with FastCGI request id overflow under high load; just use always id 1 as we don't use m…
684 * fixed starving of connections on high load
/mOS-networking-stack/
H A DREADME.md6 mOS networking stack provides a high performance user-space programming library