Hi Klaus, That's what I was looking for. I didn't knew, that this takes also into account for the load command. I'll give it a try :) Thank you Tiemo
> -----Ursprüngliche Nachricht----- > Von: [email protected] [mailto:use-revolution- > [email protected]] Im Auftrag von Klaus Major > Gesendet: Mittwoch, 25. Februar 2009 11:52 > An: How to use Revolution > Betreff: Re: getting timeout with load URL > > Hi Tiemo, > > > Hello, > > > > I am experiencing sometimes timeouts with a load URL at a beta tester. > > Testing the same download from same server at the same time, runs > > smooth. > > Obviously the bottleneck seems to be the internet connection or > > provider of > > the tester, though he is supposed to have a 2000 kBit line. On the > > other > > hand he can surf the net and downloads mails without a problem - > > beside of > > slow performance some times. > > > > Are there any options to tweak the load URL / internet connection from > > within Rev, like setting the timeout, retrying or anything else? Or > > do I > > just have to live with that behaviour and have to tell my customers to > > retry? > > > > Thanks for any experience > > you can get and set "the socketTimeOutInterval" like: > ... > put the socketTimeOutInterval into alt_interval > set the socketTimeOutInterval to 20000 > ## Do your internet stuff... > set the socketTimeOutInterval to alt_interval > ... > > that's the way we do it and it works fine so far :-) > > > Tiemo > > Best > > Klaus > > -- > Klaus Major > [email protected] > http://www.major-k.de > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
