On 4 February 2010 06:21, Tim Hoffman <zutes...@gmail.com> wrote:
> So does this mean compiled code (.py) is deployed or does it parse -
> generate etc.... on each instance startup
> and possibly cache generated code in the module ..... given you can't
> write to the filesystem.

It parses and generates and each instance startup; to improve
performance you could memcache the generated .py files. We might want
to have support for that in the core package, but I'd like to see
someone propose a patch for that since I'm not actively using the GAE
right now myself.

\malthe
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to