Hi Alexander. You should be able to catch a
com.google.apphosting.DeadlineExceededException which is thrown when a
request takes too long to process, and you should be able to do the small
amount of processing necessary to display a custom error page.

- Jason

On Sun, Oct 25, 2009 at 6:14 AM, dominity <[email protected]> wrote:

>
> Hi, all.
>
> I know that each request to free web application that is deployed at
> App Engine server has quota for request execution time. Each time
> request executes more than 30 seconds, server responds with standard
> error page.
> Can I cusomize this page to show user cause of problem?
> Or should I handle execution time by myself and interrupt operation
> when 30 seconds limit is reached to make respons with web page that
> contains usefull information?
>
> Best regards, Alexander.
> >
>

--~--~---------~--~----~------------~-------~--~----~
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