willbarrett commented on issue #8751: How does Gunicorn workers improve Superset's performance? URL: https://github.com/apache/incubator-superset/issues/8751#issuecomment-564173386 @max-123-rich it depends on how you have Gunicorn configured. For more information on the concurrency options, check out Gunicorn's design documentation: http://docs.gunicorn.org/en/latest/design.html#design There is a limit imposed by browsers on the number of concurrent connections you can have open to a single domain. That may be what you're running into. You can get around that via domain balancing requests (splitting requests between multiple domains).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
