indexk09
indexk09
@xtaci any idea, why? looking at the profiler it shows somehow this list https://github.com/xtaci/gaio/blob/master/watcher.go#L563 is getting larger and larger and eventually runs out even though I have 8GB machine.
@xtaci Please let me know if you need any more info. I can provide that pretty quickly since I spent few days tweaking it. Also, I have one question regarding...
@xtaci its the same as pasted above. let me know if you need more clarification ? I am also pasting below. this is very similar to your push server example,...
``` func init() { aiocbPool.New = func() interface{} { return new(aiocb) } } ``` @xtaci what is the pool size here? and what happens if the pool is full? Does...