TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: 500+ Hours so far on the 4.77Mhz DOS web server

7 pointsby mbbrutmanalmost 3 years ago
Warning: As soon as I post this I know the machine is going to be basically DoS&#x27;ed. It&#x27;s not hard to DoS a DOS machine. The machine may refuse to serve your request, but it will stay running, and that&#x27;s the important part.<p>This is a follow-up to something I posted three weeks ago. Ye old web server running the mTCP HTTP server on DOS has now passed 500 hours of runtime and it is still going, at least until the power glitches. The stats so far:<p>Run-time: 505 hours TCP&#x2F;IP connections: 34230 Objects served: 38865 TCP Packets sent&#x2F;received: 996627, 889798 All packet types sent&#x2F;received: 1544807, 1671011<p>I started running it as a long term test of my TCP&#x2F;IP stack for DOS. I need to eventually pull the logs from the machine to look for anomalies, but the code is certainly stable. (I&#x27;m logging to both disk and over UDP so I can snoop in on the machine activity without having a monitor turned on.) While the machine is running I&#x27;m taking time to update the documentation.<p>The site is at <a href="http:&#x2F;&#x2F;brutmanlabs.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;brutmanlabs.org&#x2F;</a> . I did not cache any files in memory, so please be patient with the initial page load. The current server stats can be seen at <a href="http:&#x2F;&#x2F;brutmanlabs.org&#x2F;status" rel="nofollow">http:&#x2F;&#x2F;brutmanlabs.org&#x2F;status</a> .<p>Fun fact: you can &quot;hear&quot; vulnerability scans being run against the machine. The machine beeps for each response served, and vulnerability scans generate 404s which are really quick to serve. So a sequence of fast beeps is generally a vulnerability scan.

3 comments

dormentoalmost 3 years ago
This is awesome, and highlights how much you can do with &quot;modest hardware&quot; (back then we just called it &quot;hardware&quot;). Good job!
jrnicholsalmost 3 years ago
I like it. fun project. isn&#x27;t it amazing how quickly web pages load on modest hardware when there isn&#x27;t a bunch of fluff? :)
Jaruzelalmost 3 years ago
Absolutely love this. Thanks for sharing!<p>Co-incidentally I&#x27;ve just built out a DOS pc - so the mTCP stuff was useful.
评论 #31584672 未加载