3 messages in ru.sysoev.nginxRe: nginx-0.7.1
FromSent OnAttachments
Igor SysoevMay 26, 2008 2:41 am 
Rt IbmerMay 26, 2008 6:46 am 
Anton YuzhaninovMay 26, 2008 2:12 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: nginx-0.7.1Actions...
From:Anton Yuzhaninov (citr@public.gmane.org)
Date:May 26, 2008 2:12:52 pm
List:ru.sysoev.nginx

Rt Ibmer wrote:

*) Change: now locations are searched in a tree.

Can you please elaborate on what this means exactly? Does this mean that
locations can be nested?

No, it is about internal nginx structures.

Before this, locations was stored in sorted list and linear search was used. Now
locations stored in B-tree and search faster for configuration with many locations. It is internal
optimization.