Hey folks,
I've been digging around for a while but could not find anything; is there
something with builtin HTTP server that I can do to limit the maximum
number of requests allowed with KeepAlive connection? I found fast http
provides an option *MaxRequestsPerConn* to do so,
https://github.
I have been spending my day over implementing an efficient PubSub system. I
had implemented one before using channels, and I wanted to benchmark that
against sync.Cond. Here is the quick and dirty test that I put together
https://gist.github.com/maxpert/f3c405c516ba2d4c8aa8b0695e0e054e. Now my