Earlier quoted context omitted.
A PCjr? That somehow makes this more funny than if it was a 5150 or something (but equally impressive). I remember playing around with Xircom parallel port ethernet adapters and TCP/IP packet drivers (and corresponding applications) in the 90s on an old 286 laptop I still had. Almost exclusively used it as a client, though. Good times.
Yep, a PCjr. No parity bit on the memory even. I have a love/hate relationship with the Xircom adapter. It's portable and great for machines without ISA slots, but the max throughput is about 40KB/sec. A nice, real ISA card like a WD8003 can do over 100KB/sec on the same machine.
2,500 continuous runtime hours on a 4.77Mhz DOS web server
21–30 of 92 posts
Re: 2,500 continuous runtime hours on a 4.77Mhz DOS web server
#22Earlier quoted context omitted.
I have a small IRC client for that 286 if you still have it. Even has some Unicode support, but being limited to CP437 kind of limits it. ;-0
Did that client exist in the 90s? I, too, IRC'd on a 286 laptop with TCP/IP packet drivers in the 90s.
Re: 2,500 continuous runtime hours on a 4.77Mhz DOS web server
#23Earlier quoted context omitted.
Yep, at this point it's just continually busy. For the next iteration I've got to put a better Ethernet card on it. The Xircom PE3-10BT device is nice because it's convenient, but the bandwidth would be 2x higher with a real Ethernet card on the bus. And normally this machine is idle so the speed and bandwidth are not a problem. Right now it's very popular. :)
What kind of speed does that Xircom get? I don't know what's on the site, maybe it's busy uploading data to various people, but usually the original 10mbps ethernet is enough to serve most ~light websites (anything that is not as heavy as youtube or an image blog basically) to the hacker news homepage, and I'm not getting synacks so this is not the web server (layer 7) being slow
Re: 2,500 continuous runtime hours on a 4.77Mhz DOS web server
#24Earlier quoted context omitted.
I'm not getting a SYNACK back from it within the default firefox-on-linux timeout of 60 seconds. Guess I'm obliged now to run Wireshark for the next hour to prove a point just in case it does respond to that (interplanetary latency style), but I'm going to call that at least fairly dead Edit: actually, I'm not sure how long my router will keep a half-open tcp connection in its state table. It may not show up in Wires…
"Dead" for me is if it actually crashed and does not recover without interference. I'm not surprised that an 8088 (not even an 8086!) will either take a really long time to reply SYNACK, or just drop packets entirely when the queue is full, when hammered with HN levels of crowds. It may be dead, but it also may just be busy.
* It's getting hammered. I didn't expect it to be this bad.
* If it can't process things fast enough packets might be dropped. So the TCP/IP error rates are probably pretty high right now.
* It's logging all of this crap too ...
Normally it can do the handshake in tens of milliseconds. Right now the load on it is basically "crush." But it's queuing and answering as best as it can.Re: 2,500 continuous runtime hours on a 4.77Mhz DOS web server
#25That’s slightly over 100 days of uptime. How is this special?
100+ days of runtime on nearly 40 year old hardware not designed as a server exposed to all of the garbage coming in on port 80. Remember, this is a home computer from the mid 1980s. This thing is way outside of it's duty cycle. And the software is holding up pretty well too, even during what is effectively a DoS attack on a DOS machine.
Hug of death means I didn’t see the article
Re: 2,500 continuous runtime hours on a 4.77Mhz DOS web server
#26Re: 2,500 continuous runtime hours on a 4.77Mhz DOS web server
#27Earlier quoted context omitted.
Did that client exist in the 90s? I, too, IRC'd on a 286 laptop with TCP/IP packet drivers in the 90s.
No, it's a 2009 creation. When I started mTCP I did netcat first because it was simple. My first iteration of an IRC client wasn't much better than netcat. It has improved since then though.
Re: 2,500 continuous runtime hours on a 4.77Mhz DOS web server
#28Earlier quoted context omitted.
Yep, at this point it's just continually busy. For the next iteration I've got to put a better Ethernet card on it. The Xircom PE3-10BT device is nice because it's convenient, but the bandwidth would be 2x higher with a real Ethernet card on the bus. And normally this machine is idle so the speed and bandwidth are not a problem. Right now it's very popular. :)
What kind of speed does that Xircom get? I don't know what's on the site, maybe it's busy uploading data to various people, but usually the original 10mbps ethernet is enough to serve most ~light websites (anything that is not as heavy as youtube or an image blog basically) to the hacker news homepage, and I'm not getting synacks so this is not the web server (layer 7) being slow
Performance measurements here: https://www.brutman.com/mTCP/mTCP_Performance.html
Re: 2,500 continuous runtime hours on a 4.77Mhz DOS web server
#29It stayed up, but I had to replace the boot floppy. (Not the whole drive; just the $5 disk).
No fish were harmed.
Re: 2,500 continuous runtime hours on a 4.77Mhz DOS web server
#30Earlier quoted context omitted.
What kind of speed does that Xircom get? I don't know what's on the site, maybe it's busy uploading data to various people, but usually the original 10mbps ethernet is enough to serve most ~light websites (anything that is not as heavy as youtube or an image blog basically) to the hacker news homepage, and I'm not getting synacks so this is not the web server (layer 7) being slow
The Xircom is pretty bad, as it costs a lot to do the I/O through the parallel port. Just using TCP/IP sockets (no disk access or processing) the machine can send and received about 42KB/sec. A better adapter can do nearly 3x that on the same machine. Performance measurements here: https://www.brutman.com/mTCP/mTCP_Performance.html