Does app engine copy all of the libraries that come packaged with the
app engine SDK to your production app?

If it does then could that unnecessarily make cold start time take
longer?  I don't use JDO in my app engine project (I use objectify),
can I not have the JDO libraries be copied over to the production,
thus reducing the size of my external libraries needed by about 2MB?

I'm not sure if thats how it works with the core libraries, but I do
notice that when running the upload command, the temp folder it
creates includes all of those core libraries in the lib folder of my
web app.

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to