Uwsgi: Listen queue full when using HTTPS

Created on 16 Jan 2017  路  1Comment  路  Source: unbit/uwsgi

Hello,

I'm using uwsgi to serve an API in my company. However, during our stress tests, the following message appeared frequently and the tests would fail afterwards:

*** uWSGI listen queue of socket "127.0.0.1:35305" (fd: 3) full !!! (101/100) ***

The most important point is that the error only occurred when testing for HTTPS, not HTTP. Increasing the number of processes, threads and even using --http-socket instead of --http didn't have effects. It must be said that we are using uwsgi to serve requests directly, without nginx or Apache in front of it.

Any idea on what could be causing it? Could this be related to #1369 somehow?

Most helpful comment

Did you found a solution to this problem?

>All comments

Did you found a solution to this problem?

Was this page helpful?
0 / 5 - 0 ratings