There are no RPC calls - this is computation bound. So I don't think appstats will help (and it doesn't run on the dev server anyway, since I switched to backends). I load a complex model, run some analysis, and then save out the model again, but the slowdown I saw was just in the analysis part, not the I/O. (Timing numbers are in a comment in the log - I'm seeing around a 30x-40x slowdown on processing time.)
Am I really the only one encountering this? I can file a new issue if so. Maybe it's specific to the version of the Java VM I happen to have installed. - Kris On Wednesday, August 8, 2012 10:10:09 PM UTC-7, Takashi Matsuo (Google) wrote: > > Hi Kristopher, > > On Thu, Aug 9, 2012 at 1:56 PM, Kristopher Giesing > <[email protected] <javascript:>> wrote: > > Until this issue is fixed, I'm stuck on 1.6.3: > > > > http://code.google.com/p/googleappengine/issues/detail?id=7282 > > Can you provide a reproducible test case or more detailed information > for this problem? Otherwise, I don't think we can help. > Also, can you file a new issue? > > Probably you can enable appstats on the devserver for tracking each rpc > calls. > > Thanks, > > -- Takashi > > > > > - Kris > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "Google App Engine" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/google-appengine/-/07SidfPu2EcJ. > > > > To post to this group, send email to > > [email protected]<javascript:>. > > > To unsubscribe from this group, send email to > > [email protected] <javascript:>. > > For more options, visit this group at > > http://groups.google.com/group/google-appengine?hl=en. > > > > -- > Takashi Matsuo | Developer Advocate | [email protected] <javascript:> > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/oKRMN8FzbAwJ. 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?hl=en.
