gomemcache icon indicating copy to clipboard operation
gomemcache copied to clipboard

"getsockopt: connection timed out" error under high concurrence

Open msean opened this issue 8 years ago • 0 comments

I rewrite my project from python tornado to go(use iris framwork),the basic function tested ok. when I test under high concurrence.the app always stops a while and then comes out the errors that set object to memcache connect timeout and the memcache process was still running . I doute that the client is closed immediately when the server reached the max client access so that the follow client to connect happens the error.

msean avatar Jun 03 '17 11:06 msean