[google-appengine] Re: Error code 203 - What is meaning of this error

2010-10-27 Thread Matija
Indeed... it was infinitive loop because of our error in algorithm. With no answer and no support from AppEngine team we have to big doubt in app engine, so that we overlook our mistakes. There wasn't possible to log anything or catch exception when this error happened so we couldn't know if it

[google-appengine] Re: Error code 203 - What is meaning of this error

2010-10-26 Thread hawkett
Hi Matija, I'm not using java on app engine, but I can offer the following - the ms count on the two variations is hugely different - one is less than a second, and one is over 40s - if commenting out those lines causes such a difference, then I don't think it is inside this function that the

[google-appengine] Re: Error code 203 - What is meaning of this error

2010-10-26 Thread hawkett
my mistake - I can see where you define the 'sequence' array - I'm just blind - other observations stand :) On Oct 26, 11:26 pm, hawkett hawk...@gmail.com wrote: Hi Matija,    I'm not using java on app engine, but I can offer the following - the ms count on the two variations is hugely