* Precompilation makes loading requests faster by doing class-loading work
ahead of time in the App Engine environment*
*
*
*I suspect precompile only hits .java files and not .jsp files
*
On Sun, Feb 14, 2010 at 9:17 AM, Daniel Benamy <dben...@gmail.com> wrote:

> I think google just turned on precompilation in 1.3.1.
>
> On Sun, Feb 14, 2010 at 8:31 AM, Eduardo Ramírez <edu.ky...@gmail.com>
> wrote:
> >
> >   Hi,
> >
> >   I think that this extra time you're seeing is the time expended in
> > compiling the JSP, which occurs the first time a particular JSP is
> accessed,
> > as you can see in:
> http://en.wikipedia.org/wiki/JavaServer_Pages_compiler
> >
> >   You can google around for some precompilation techniques for your JSP
> if
> > you need it.
> >
> > --
> > Eduardo Ramírez
> > http://kynes.frenopatico.net
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google App Engine for Java" group.
> > To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> .
> > For more options, visit this group at
> > http://groups.google.com/group/google-appengine-java?hl=en.
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to