Update to previous post. I am measuring elapsed time (what I really care about), not CPU secs. I could not figure out how a cold start was so fast (1200ms). Steve
On Mar 20, 10:26 am, Steve Pritchard <steve...@gmail.com> wrote: > Thanks for the tip. I am in the same boat in that I do not use JDO > etc. I also do not need GWT stuff. So I deleted: > > datanucleus-appengine-1.0.5.final.jar > datanucleus-core-1.1.5.jar > datanucleus-jpa-1.1.5.jar > geronimo-jpa_3.0_spec-1.1.1.jar > geronimo-jta_1.1_spec-1.1.1.jar > gwt-servlet.jar > jdo2-api-2.3-eb.jar > > from my 1.3.1 war\lib and it keeps running. My 'warm' start (using > MemCache) is around 3200ms. Previously I recall it fluctuated around > 4000ms. > Steve > > On Mar 20, 2:09 am, Spines <kwste...@gmail.com> wrote: > > > Well, I figured it out, I just deleted all of the jars I didn't need > > from my ./build directory. I deleted all of the JDO, JPA, and > > datanucleus jars. The result of doing this was I got my first cold > > start that happened under 1200ms :). Previously the CPU time used by > > a cold start was pretty consistently around 1500ms, and after deleting > > those jars it is now around 1150ms :). -- 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.