Re: aio + directio

2013-02-23 Thread Igor Sysoev
On Feb 24, 2013, at 0:32 , alexander_koch_log wrote: > Hi, > > Quoting "http://nginx.org/en/docs/http/ngx_http_core_module.html#aio"; > >> ()Reading of unaligned file’s end is still made in blocking mode. The >> same holds true for byte range requests, and for FLV requests not from the >>

aio + directio

2013-02-23 Thread alexander_koch_log
Hi, Quoting "http://nginx.org/en/docs/http/ngx_http_core_module.html#aio"; /()Reading of unaligned file's end is still made in blocking mode. The same holds true for byte range requests, and for FLV requests not from the beginning of a file: reading of unaligned data at the beginning and

[nginx] svn commit: r5083 - trunk/src/http

2013-02-23 Thread vbart
Author: vbart Date: 2013-02-23 13:23:48 + (Sat, 23 Feb 2013) New Revision: 5083 URL: http://trac.nginx.org/nginx/changeset/5083/nginx Log: Fixed potential segfault in ngx_http_keepalive_handler(). In case of error in the read event handling we close a connection by calling ngx_http_close_conn

Re: [PATCH] Retry failed SSL session cache allocations

2013-02-23 Thread Maxim Dounin
Hello! On Fri, Feb 22, 2013 at 02:06:20PM -0800, Piotr Sikora wrote: > Hey, > in case of fully populated SSL session cache with no memory left for > new allocations, ngx_ssl_new_session() will try to expire the oldest > non-expired session and retry, but only in case when slab allocation > fails

[nginx] svn commit: r5082 - trunk/src/event

2013-02-23 Thread mdounin
Author: mdounin Date: 2013-02-23 11:54:25 + (Sat, 23 Feb 2013) New Revision: 5082 URL: http://trac.nginx.org/nginx/changeset/5082/nginx Log: SSL: retry "sess_id" and "id" allocations. In case of fully populated SSL session cache with no memory left for new allocations, ngx_ssl_new_session() w

[nginx] svn commit: r5081 - trunk/src/http/modules

2013-02-23 Thread mdounin
Author: mdounin Date: 2013-02-23 11:50:42 + (Sat, 23 Feb 2013) New Revision: 5081 URL: http://trac.nginx.org/nginx/changeset/5081/nginx Log: Trailing whitespace fix. Modified: trunk/src/http/modules/ngx_http_scgi_module.c trunk/src/http/modules/ngx_http_uwsgi_module.c Modified: trunk/