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

Multiprocessing #62

Merged
merged 6 commits into from
Mar 7, 2024
Merged

Multiprocessing #62

merged 6 commits into from
Mar 7, 2024

Conversation

jstucke
Copy link
Contributor

@jstucke jstucke commented Mar 7, 2024

  • replaces Popen call to start servers with regular multiprocessing
    • this should considerably reduce memory consumption (when I tested it with "all" servers, the used memory decreased from ~2.1GiB to ~110 MiB)
  • fixed bugs in "QBSniffer"
  • added upper limit to Python version to address incompatibility of smtp_server with Python 3.12
  • refactoring: removed unused functions from helper module

@giga-a giga-a merged commit a990b2c into qeeqbox:main Mar 7, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants