Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement connection limiting #32

Open
moggers87 opened this issue Jul 6, 2015 · 1 comment
Open

Implement connection limiting #32

moggers87 opened this issue Jul 6, 2015 · 1 comment
Labels
enhancement It's not a bug, but it could be a feature
Milestone

Comments

@moggers87
Copy link
Owner

Currently using Python's SMTPd as the basis for our server implementatoins. This has no connection limiting and will just spawn n threads for n connections.

A naïve connection limit could be implemented as a mixin that could be used with both Python's SMTPd and LMTPd.

I probably won't get around to doing this, so pull requests are most welcome ☺

@moggers87 moggers87 added the enhancement It's not a bug, but it could be a feature label Jul 6, 2015
@moggers87 moggers87 added this to the 3.2 milestone Jan 17, 2019
@moggers87
Copy link
Owner Author

Wondering if this should be deferred until 4.0? I don't fancy poking around asyncore again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement It's not a bug, but it could be a feature
Development

No branches or pull requests

1 participant