As part of an academic assignment I am developing a Java Web Application 
that requires the de-serialization of a Dictionary Object File in the 
init() method of the start up servlet. For some reason however, when 
pressing one of the pages buttons (and hence initiating the doPost() 
method) the init is also called and thus the dictionary is de-serialized 
*AGAIN. 
*Furthermore the whole process of the de-serialization exceeds 60 seconds 
and is thus resulting in a DeadlineExceptionError.

Locally none of this is occurring as the Object is de-serialized on start 
up, pressing one of the pages buttons does not result in the init() being 
called again and furthermore the whole de-serialization process takes no 
more than 2-3 seconds.
The file itself is located in the WEB-INF file of the uploaded project. 

Is this something inherent of the Google App Engine to call the Init() 
method more than once? (and also to take as long to process this file).

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to