Hello!

My app needs some data from a web server, so I use a HTTPSocket :

  ttt =new HTTPSocket
  TTT.yield = true
  mydatastring = TTT.Get("thisURL",TimeOut)
  ...

Whenever the url is not available (typically when the DSL router is switched off), my app hangs infinitely on the .get method, whatever value I give to the Timeout parameter.
What should I do to learn the result and let the app run further ?

Thanks!

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to