pokepay / aws-sdk-lisp

AWS-SDK for Common Lisp
87 stars 19 forks source link

Socket leak #10

Open fiddlerwoaroof opened 6 years ago

fiddlerwoaroof commented 6 years ago

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

ccqpein commented 5 years ago

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