Skip to content

What is the behaviour when set workers and threads using wSGI? #63

@daviddelucca

Description

@daviddelucca

Hey there!

This is an awesome library that I'm testing to implement into our production environment to solve a lot of connections being open by Django.

For now, it's working smooth and docs are pretty clear, I just have a question about what is the behavior when my gunicorn has the following parameters:

--workers=3
--threads=4

If I had only workers set, the maximum number of connections will not exceed workers * pool_size + workers * max_pool. But what's happen when set threads?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions