Need Small Program To Keep From Automatic Logoff


Blah

Wanna Be Programmer
Joined
Dec 18, 2003
Messages
3,253
Age
34
Location
Oregon, USA
Website
Visit site
So I'm looking for a program that uses internet traffic somehow (not a stupid button clicker macro thingy) that is above all *small* and functional*
*For Windoze, of course.

I am downloading a large file with bittorrent. So the stupid dialup keeps logging off "due to inactivity" while I'm asleep and can't do anything about it.
 
Well if you want to keep a connection alive, try using a simple ping in a dos prompt. Ping google like this:

ping www.google.co.uk -t

or

ping 66.249.93.104 -t

That should ping once a second until you stop it with CTRL + C. This should make sure the IP stack is sending and receiving data and therefore keep the connection live. Also it's built into your IP stack so you don't need to download anything, and a ping is a very small packet, so it shouldn't upset your download.
 
Get DSL. Cheaper, quicker, more convenient...

I can´t believe anyone´s still on dialup.

I live out in the middle of nowhere, so DSL is not an option. :( To make matters worse, this line averages 2.6kbps.

Anyway the download is done, so I deal with that problem next time it bugs me. *urgh*
 
Last edited by a moderator:
Last edited by a moderator:
Theres no activity if everybody on the torrent logs off (it happens). I already explained in another thread why I can't get broadband (even satelite)
 
Blah posted on Jul 24 2006 at 07:37 PM said:
Theres no activity if everybody on the torrent logs off (it happens). I already explained in another thread why I can't get broadband (even satelite)
hmm never had that happening, or are you seeding?
 
Last edited by a moderator:
aapje89 posted on Jul 24 2006 at 10:42 AM said:
Blah posted on Jul 24 2006 at 07:37 PM said:
Theres no activity if everybody on the torrent logs off (it happens). I already explained in another thread why I can't get broadband (even satelite)
hmm never had that happening, or are you seeding?

It can happen when a torrent isn't very popular. Oh and the problems solved anyway. I wouldn't mind if a MOD closed this damn thread.
 
Last edited by a moderator:
Get DSL. Cheaper, quicker, more convenient...

I can´t believe anyone´s still on dialup.

I live out in the middle of nowhere, so DSL is not an option. :( To make matters worse, this line averages 2.6kbps.

Anyway the download is done, so I deal with that problem next time it bugs me. *urgh*


Lol a friend of mine has the sdame problem in WV.

but i got her to upgrade to onspeed (300k) on DIAL UP
 
Last edited by a moderator:
clarky2o2o posted on Jul 25 2006 at 12:04 AM said:
Lol a friend of mine has the sdame problem in WV.

but i got her to upgrade to onspeed (300k) on DIAL UP

Onspeed is a "web accelerator" and doesn't actually increase your download speed/latency, it only makes pages load a little faster by caching, compressing, prefetching, and ad filtering the page before it gets to your computer. It is a proxy. See Web accelerator - Wikipedia for more information (onspeed is mentioned).
 
Last edited by a moderator:
Blah posted on Jul 25 2006 at 10:46 AM said:
clarky2o2o posted on Jul 25 2006 at 12:04 AM said:
Lol a friend of mine has the sdame problem in WV.

but i got her to upgrade to onspeed (300k) on DIAL UP

Onspeed is a "web accelerator" and doesn't actually increase your download speed/latency, it only makes pages load a little faster by caching, compressing, prefetching, and ad filtering the page before it gets to your computer. It is a proxy. See Web accelerator - Wikipedia for more information (onspeed is mentioned).
lol and it costs money too, then you can better use squid.
 
Last edited by a moderator:
Back
Top