What happens if you try a simple page that forces a timeout?

What's the best way to force a time out....in other words how are you doing it?

On 11 Apr 2007, at 17:11, Aparajita Fishman wrote:

If I write a syntax error into one of web pages and load this page then my custom error appears (as it should)

Now if I try a page that I know will time out (very complex code that takes longer to run than the time out value), then I get the Active4D error page.

What happens if you try a simple page that forces a timeout?


You will see the page oo_scroll_h.a4d calls a library routine called CheckMainImageExistsForImage which itself calls a 4D method called A4D__CheckMainImageExists. Could the problem lie in calling a library which in itself calls a 4d routine?

Calling a 4D method shouldn't matter, the timeout doesn't occur until you actually return from the 4D method. Being in a library method shouldn't matter either, but I'll have to test that.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to