/tec/ [tomo] devlog 𝕩 svc/httpd/httpd.b vs. c10k
as a first dive into limbo, i've chosen `svc/httpd/httpd.b` to experiment on and improve. right off the bat i notice that it refuses to serve requests with query strings in the url unless they're being handled by cgi! many content types that my browser requires to display my blog correctly are missing as well.
measuring performance
i'm starting off by using `wrk` to create many connections at once.
c10k problem
i'm interested in writing a CSP event loop for async io, but i think i can get some more performance out of the existing design by reducing the number of fds that are opened for each request.