Remix.run Logo
fsckboy 2 days ago

what was that superfast web server, opensource of some sort, from about 25 years ago, single process, single thread? it just raced around a loop taking care of many queued i/o streams

moebrowne 2 days ago | parent | next [-]

Perhaps it's quark?

https://tools.suckless.org/quark/

wmf 2 days ago | parent | prev [-]

You might be thinking of Nginx.

Today I would not recommend single threading since it won't be able to use multiple cores.