accept() on socket [6] failed with error
when I use the service,I found when the service called a number of times, it will appear the error
[ERROR] [1462436232.811787210]: accept() on socket [6] failed with error [Too many open files]
also have the error I don't know why and how to fix it.if someone knows the reason,please tell me ,thank you very much
If you're running out of open files, that suggests that you're doing more than calling a service a number of times. Please provide enough information to reproduce your problem so we can help you.