8 messages in ru.sysoev.nginxRe: a question about limit_zone module
FromSent OnAttachments
Manlio PerilloMay 23, 2007 5:09 am 
Igor SysoevMay 23, 2007 5:23 am 
Manlio PerilloMay 23, 2007 6:35 am 
Manlio PerilloMay 23, 2007 7:49 am 
Igor SysoevMay 23, 2007 7:59 am 
Manlio PerilloMay 23, 2007 8:15 am 
Igor SysoevMay 23, 2007 1:17 pm 
Manlio PerilloMay 23, 2007 1:25 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: a question about limit_zone moduleActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:May 23, 2007 7:59:51 am
List:ru.sysoev.nginx

On Wed, May 23, 2007 at 03:36:14PM +0200, Manlio Perillo wrote:

Igor Sysoev ha scritto:

On Wed, May 23, 2007 at 02:09:26PM +0200, Manlio Perillo wrote:

In the wiki, the documentation about limit_conn says:

Directive assigns the maximum number of simultaneous connections for one session

What means "simultaneus"?

If session == $remote_addr, then it means that client could not open more than specified concurrent connections.

But usually concurrent means n sessions in t seconds. What is the value of t, if any?

Here concurrent means at the some moment.