Nginx-0.8.0

Changes with nginx 0.8.0 02 Jun
2009

*) Feature: the "keepalive_requests" directive.

*) Feature: the "limit_rate_after" directive.
   Thanks to Ivan Debnar.

*) Bugfix: XLST filter did not work in subrequests.

*) Bugfix: in relative paths handling in nginx/Windows.

*) Bugfix: in proxy_store, fastcgi_store, proxy_cache, and
   fastcgi_cache in nginx/Windows.

*) Bugfix: in memory allocation error handling.
   Thanks to Maxim D. and Kirill A. Korinskiy.

thx you very much igor.

What the keepalive_requests directive is and how to use it ? :slight_smile:

++ Jerome

2009/6/2 Igor S. [email protected]:

On Tue, 2009-06-02 at 20:37 +0400, Igor S. wrote:

Changes with nginx 0.8.0 02 Jun 2009

*) Feature: the "keepalive_requests" directive.

Added to wiki.

*) Feature: the "limit_rate_after" directive.
   Thanks to Ivan Debnar.

Explanation?

Cliff

On Tue, Jun 02, 2009 at 06:47:50PM +0200, J?r?me Loyet wrote:

thx you very much igor.

What the keepalive_requests directive is and how to use it ? :slight_smile:

keepalive_requests 100; # default

Number of requests which can be made over a keep-alive connection.

I installed 0.7.59 from source yesterday… grrr…
Well that means i’ve got practice now :slight_smile:

Keep it up!

Regards,
Nuno Magalhães

Cliff W. wrote:

*) Feature: the "limit_rate_after" directive.
   Thanks to Ivan Debnar.

Explanation?

Cliff

Jim

Hey,

On Jun 2, 2009, at 18:48 , Igor S. wrote:

On Tue, Jun 02, 2009 at 06:47:50PM +0200, J?r?me Loyet wrote:

thx you very much igor.

What the keepalive_requests directive is and how to use it ? :slight_smile:

keepalive_requests 100; # default

Number of requests which can be made over a keep-alive connection.

I recall you mentioning that 0.8 would use keepalive (http 1.1)
against proxied backends. Is this somehow related to above setting?


Igor S.
Igor Sysoev

Thanks,
Johan

On Tue, Jun 02, 2009 at 09:24:46PM +0200, Johan Bergstr?m wrote:

keepalive_requests 100; # default

Number of requests which can be made over a keep-alive connection.

I recall you mentioning that 0.8 would use keepalive (http 1.1)
against proxied backends. Is this somehow related to above setting?

No, this is client-side setting.

Hi

It was said that 0.8 branch will include keepalive connection on proxied
connection? Is that ture oe not? We are all looking forward to this
feature :slight_smile:

Thx
Jie

-----ÓʼþÔ­¼þ-----
·¢¼þÈË: [email protected] [mailto:[email protected]] ´ú±í Igor S.
·¢ËÍʱ¼ä: 2009Äê6ÔÂ3ÈÕ 16:36
ÊÕ¼þÈË: [email protected]
Ö÷Ìâ: Re: nginx-0.8.0

On Tue, Jun 02, 2009 at 09:24:46PM +0200, Johan Bergstr?m wrote:

keepalive_requests 100; # default

Number of requests which can be made over a keep-alive connection.

I recall you mentioning that 0.8 would use keepalive (http 1.1)
against proxied backends. Is this somehow related to above setting?

No, this is client-side setting.


Igor S.
http://sysoev.ru/en/

No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.339 / Virus Database: 270.12.51/2151 - Release Date:
06/02/09 17:53:00

No virus found in this outgoing message.
Checked by AVG - www.avg.com
Version: 8.5.339 / Virus Database: 270.12.51/2151 - Release Date:
06/02/09 17:53:00

This e-mail is confidential. It may also be legally privileged.If you
are not the addressee you may not copy, forward, disclose or use any
part of it. If you have received this message in error,please delete it
and all copies from your system and notify the sender immediately by
return e-mail.Internet communications cannot be guaranteed to be
timely,secure, error or virus-free. The sender does not accept liability
for any errors or omissions.

On Wed, Jun 03, 2009 at 05:32:47PM +0800, Zhang,Tony wrote:

Hi

It was said that 0.8 branch will include keepalive connection on proxied connection? Is that ture oe not? We are all looking forward to this feature :slight_smile:

0.8.0 is just the first release of development branch.
I plan to add keepalive connection to backend in this branch.

Speaking of development branch, is 0.7.* now considered stable and
0.8.* is the new experimental dev branch ?

2009/6/3 Igor S. [email protected]:

On Wed, Jun 03, 2009 at 09:10:39AM -0400, Oliver wrote:

Speaking of development branch, is 0.7.* now considered stable and
0.8.* is the new experimental dev branch ?

Yes: