Record of some of the computer tech I deal with so that it's documented at least somewhere.

Wednesday, 28 April 2010

Exhausting FDs in Go-lang

Looks like the garbage collector is lazy when clearing away unused Fds so always call fd.Close()

No comments: