nginx-lua and nginx upload module
agentzh
agentzh at gmail.com
Tue Nov 29 10:49:57 UTC 2011
On Tue, Nov 29, 2011 at 6:29 PM, Valery Kholodkov >>
>> Not really if the user has a lot of regex style locations defined in
>> his nginx.conf. For now, the nginx core does not (yet) utilize the
>> PCRE JIT feature for its pattern matching, so it does consume quite a
>> few CPU cycles for complicated location patterns ;) And...if we *can*
>> eliminate the cost of internal redirects altogether, why shouldn't we
>> make that happen? ;)
>
> Did you mean "quite a lot"?
>
I didn't say it costs quite a lot in the real world settings. I just
said we should avoid wasting CPU cycles wherever possible (just like
what Marcus Clyne originally told me two years ago) :)
Regards,
-agentzh
More information about the nginx
mailing list