On Fri, Oct 7, 2011 at 7:19 PM, Ian P. Cooke <i...@informatic.io> wrote:
>
> On Oct 07, 2011, at 11:50 , Maciej Fijalkowski wrote:
>
> On Fri, Oct 7, 2011 at 1:33 PM, Igor Katson <igor.kat...@gmail.com> wrote:
>
> [...]
>
> Though, the need to load the page 500 times after each server reload is not
>
> comfortable.
>
> [...]
> I've heard people using gunicorn. Maybe this is a good try? Loading
> the pages is indeed annoying, but you need to load it a couple times
> for results not to be noticably slower :) We kind of know that the JIT
> warmup time is high, but it's partly a thing to fix and partly an
> inherent property of the JIT.
>
>
> Would adjusting the JIT's threshold and function_threshold settings help
> here?

Not really, since you'll compile more stuff than you want
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to