On Thu, Dec 31, 2009 at 2:07 AM, Siddharth <[email protected]> wrote: > Hi Wesley, > Oh yes that helps. thanks for the clear response. I still feel there > can be more potential risks that the application code can create in > addition to what you have put on the link. For example a piece of code > can keep on creating new Objects in an infinite loop causing a huge > memory consumption. There can be many more such issues. How does the > secured sandbox takes care of all this? i am curious to know how this > has been addressed ?
GAE will happily kill any application that is taking too much power, too much memory, too much anything, do not worry about that, it is rather perfectly distributed and safe. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
