RE: [go-nuts] accept4: too many open files;

2017-10-18 Thread Eliezer Croitoru
Hey, It really depends on couple factors and I am not sure I am following exactly what body are you closing or supposed to close? Also it depends on the client side of the connection and the keep-alive settings of the connection. The other factor is the actual load on the system. If it's a

[go-nuts] Trying to verify io.Copy and underlying way of handling files.

2016-07-13 Thread Eliezer Croitoru
e will be "unlocked"(since the read operation ended) at runtime or it will be considered or optimized to be a single long "read" operation and by that will allow me to count on the VFS lock? As I am writing myself I feel like I have the answer already but I need more eyes to ease m