aws-sdk-lisp icon indicating copy to clipboard operation
aws-sdk-lisp copied to clipboard

Socket leak

Open fiddlerwoaroof opened this issue 7 years ago • 4 comments

Because DEX:REQUEST defaults to keep-alive t, this call can leak sockets. This has caused issues with a long-running process eventually running out of file descriptors.

https://github.com/fukamachi/aws-sdk-lisp/blob/6d1f66e88764e6226010e98289cf4c35e8f896c9/api.lisp#L44-L52

fiddlerwoaroof avatar Jun 12 '18 02:06 fiddlerwoaroof

Looks like dexador keep-alive default is nil now. Is this still a issue anymore?

https://github.com/fukamachi/dexador/blob/master/README.markdown#functions

ccqpein avatar Sep 15 '19 02:09 ccqpein