/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

matttproud.com
| | pauladamsmith.com
1.6 parsecs away

Travel
| | This is a simple and easily generalizable way to put an upper-bound on the maximum number of simultaneous clients to a Go net/http server or handler. The idea is to use a counting semaphore, modeled with a buffered channel, to cause new clients to...
| | www.joeshaw.org
2.0 parsecs away

Travel
| | I forget what I was told by myself
| | www.alexedwards.net
2.1 parsecs away

Travel
| | [AI summary] A technical guide explains how to manage Go program database timeouts and cancellations to prevent resource leaks and handle client disconnects in web applications.
| | aarol.dev
30.9 parsecs away

Travel
| Anyone who has implemented a simple HTTP 1.1 server can tell you that it is a really simple protocol. Basically, it's a text file that has some specific ...