GLBasic forum

Feature request => IDE/Syntax => Topic started by: MrTAToad on 2009-Jan-15

Title: NETWEBGET
Post by: MrTAToad on 2009-Jan-15
This all works fine - however, would it be possible (assuming it uses one) to perhaps change the timeout value for this, unless the value is currently set fairly low.
Title: Re: NETWEBGET
Post by: Moru on 2010-Feb-28
Setting the timeout would be nice, and does it run well in threads or is it one of those no-nos? I'm trying to run it but it seems to interrupt eachothers while downloading so only one of them gets done but I need to test more on this when I'm awake enough :-)
Title: Re: NETWEBGET
Post by: Kitty Hello on 2010-Mar-01
what do you mean with timeout values? Does it abort when the server responds too slow?

I think it should be thread safe. I'll see.
Title: Re: NETWEBGET
Post by: Moru on 2010-Mar-01
What I would like to do is set the time when to give up if the server isn't answering or downloading the page too slow.

Is there any way of seeing how far into the download you are and display some status message?