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.

Help me test 50k simultaneous connections

7 pointsby cd34about 13 years ago
If you have a few moments and can leave a browser window or tab open, can you hit http://50k.cd34.com/ and leave it open, even possibly tell a few friends. I'm trying to tune the tcp stack for a project and benchmarking just isn't doing it.<p>IPv6 not supported (socket.io bug that I'm working on).<p>Not collecting any IP/cookie/header/browser stats but am looking at a few TCP parameters.<p>Full code for the project http://code.google.com/p/50000-node-js-socket-io-test/ (all 38 lines, most of the IPv6 stuff not functional)<p>Thanks!

2 comments

flaming-apathyabout 13 years ago
click-able link =p -&#62; <a href="http://50k.cd34.com/" rel="nofollow">http://50k.cd34.com/</a>
geuisabout 13 years ago
I've got 25 tabs open in FF for ya. If I was on my desktop I'd max it all out. Query: Do you need browser sessions specifically, or would writing a node app to open a few thousand simultaneous websocket connections help?