Live data from Hacker News

Security in Plan 9 (2002)

9p.io

1–10 of 74 posts

Re: Security in Plan 9 (2002)

#9
post #5

Earlier quoted context omitted.

That is the best security.

Next up in the blog schedule: "Performance and Scaling in Plan 9"

I'd actually love to see such a paper. Plan 9 threading is more like coroutines, but it is certainly possible to run multi-core/multi-process code.

That said, I can't say I've seen anyone try to write anything that scales like nginx on Plan 9. That doesn't mean it hasn't happened, I've just not seen anyone talk about it too much.

It did run on IBM's Blue Gene for a bit (https://www.usenix.org/legacy/event/usenix07/posters/vanhens...) but as you can see that was some 15 years ago, and I'm not sure we're talking about anything even remotely similar to a single computer handling tons of concurrent connections.

Plan 9 can also run Go binaries, but, again, not really sure we're talking about the same thing as nginx-level scale.

Post reply on HN