May be it's my language barrier...don't know. Whats hard to understand in NewProject->HelloWorld-Servlet->3 seconds startup time->1,5 s isn't true and cannot be true If I take 500 ms away for the request because i'm so terribad it's still >3 s startup time, for HelloWorld. Even if it's 2.5 s in a good timeslice, it's far off 1.5 and it has to load 1 (!) servlet without depencies (besides Java-Servlet-Stuff). I'm done here - you win the internet.
Am Samstag, 21. Juli 2012 22:39:51 UTC+2 schrieb Brandon Wirtz: > > No the point is a major limitation of Appengine is that File IO is SLOW so > you never do “open file” > > You want to do “dynamic” pull that from memory or datastore. > > > > NEVER EVER LOAD DATA FROM FILE OTHER THAN TO POPULATE THE DATASTORE FOR > THE FIRST TIME IF YOU CARE ABOUT WARMUP > > Yes I have an exception where I do that with a 40 MB pickled file that it > is faster than doing 40 reads from the datastore and doing a join because > of the memory usage, but that is a weird case. > > > > But yes. You are doing it wrong. And if you would profile your apps you > would know you are doing it wrong. > -- 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/-/2NbtQVmyFOYJ. 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.
