Question on pre-read under 'ngx_http_read_client_request_body'

2014-01-17 Thread Pravin Tatti
I am beginner to nginx and trying to understand it can any one help to understand the below query: In ngx_http_read_client_request_body() there is a pre-read part of the request body this is basically used to populate the request->body with body filters right? why we are not doing the same in case

Re: Re: [PATCH 1 of 7] Mail: add IMAP ID command support

2014-01-17 Thread Filipe Da Silva
Hi ! Many thanks for the reviews. I will rework on my patch quickly. I've just one question. 2014/1/17 : > Message: 1 > Date: Fri, 17 Jan 2014 07:54:27 +0400 > From: Maxim Dounin > To: nginx-devel@nginx.org > Subject: Re: [PATCH 1 of 7] Mail: add IMAP ID command support > Message-ID: <20140117

Re: Re: [PATCH 1 of 7] Mail: add IMAP ID command support

2014-01-17 Thread Maxim Dounin
Hello! On Fri, Jan 17, 2014 at 10:57:39AM +0100, Filipe Da Silva wrote: > Hi ! > > Many thanks for the reviews. > I will rework on my patch quickly. > > I've just one question. > > 2014/1/17 : > > Message: 1 > > Date: Fri, 17 Jan 2014 07:54:27 +0400 > > From: Maxim Dounin > > To: nginx-devel

Re: Question on pre-read under 'ngx_http_read_client_request_body'

2014-01-17 Thread Valentin V. Bartenev
On Friday 17 January 2014 13:57:12 Pravin Tatti wrote: > I am beginner to nginx and trying to understand it can any one help to > understand the below query: > > In ngx_http_read_client_request_body() there is a pre-read part of the > request body this is basically used to populate the request->bo

[nginx] Core: improved ngx_reset_pool() (ticket #490).

2014-01-17 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/320abeb364e6 branches: changeset: 5521:320abeb364e6 user: Maxim Dounin date: Fri Jan 17 06:24:53 2014 +0400 description: Core: improved ngx_reset_pool() (ticket #490). Previously pool->current wasn't moved back to pool, resulting in blocks not

[nginx] Mail: fixed passing of IPv6 client address in XCLIENT.

2014-01-17 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/bb3dc21c89ef branches: changeset: 5522:bb3dc21c89ef user: Ruslan Ermilov date: Fri Jan 17 22:06:04 2014 +0400 description: Mail: fixed passing of IPv6 client address in XCLIENT. diffstat: src/mail/ngx_mail_proxy_module.c | 33 +++

Open Text Summarizer Upstream Module 1.0 Release

2014-01-17 Thread Reetesh Ranjan
Hi, I have developed a highly efficient version of OTS - the popular open source text summarizer s/w. For few documents, while OTS takes about 40ms to produce text summary, my version takes around 8ms only. I created a service using my version that listens to summary requests and provide summari

Nginx + asynchronous ZeroMQ backend

2014-01-17 Thread Kip Coul
Hello everyone! I am currently trying to write a massively concurrent web application using Nginx and a message-based approach. Basically, what I intend to do is the following: - let Nginx receive the HTTP request, parse it and extract info - pass this info to a Message queue - let a backend

Re: nginx array utility pool usage

2014-01-17 Thread Ravi Chunduru
Thanks Maxim. I did not notice that check of a->elts. I understand to not to fix the memory optimization as you do not want to bring in pool intelligence into array utility. Still, I think we used pool data to some extend. If there is advantage with memory optimization I think we should think abou

Re: Nginx + asynchronous ZeroMQ backend

2014-01-17 Thread Piotr Sikora
Hey, it's not really feature-complete, but take a look at: https://github.com/FRiCKLE/ngx_zeromq Best regards, Piotr Sikora ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: Nginx + asynchronous ZeroMQ backend

2014-01-17 Thread Kip Coul
Great, thanks! What features is it missing? Cheers On Friday, January 17, 2014, Piotr Sikora wrote: > Hey, > it's not really feature-complete, but take a look at: > https://github.com/FRiCKLE/ngx_zeromq > > Best regards, > Piotr Sikora > > ___ > nginx

nginx size after including openssl

2014-01-17 Thread Indtiny S
Hi, I need to compile nginx with openssl , I am able to compile the nginx with ssl using the steps given in the http://wiki.nginx.org/InstallOptions . it compiles well , but only the problem I am facing its size , i.e nginx binary coming to almost 6MB . Since I have to run the nginx on the embed