Skip to content

perf(smtp-client): Cache connections#117

Merged
j-g00da merged 1 commit into
mainfrom
j-g00da/smtp-connection-pool
Apr 17, 2026
Merged

perf(smtp-client): Cache connections#117
j-g00da merged 1 commit into
mainfrom
j-g00da/smtp-connection-pool

Conversation

@j-g00da
Copy link
Copy Markdown
Collaborator

@j-g00da j-g00da commented Apr 16, 2026

Caches opened SMTP connections for max 100s
per address/port pair,
instead of re-establishing connection
for every new transaction.

@j-g00da j-g00da requested a review from link2xt April 16, 2026 10:28
Comment thread src/smtp_client.rs Outdated
Caches opened SMTP connections for max 100s
per address/port pair,
instead of re-establishing connection
for every new transaction.

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
@j-g00da j-g00da force-pushed the j-g00da/smtp-connection-pool branch from 98d29eb to 308e96b Compare April 17, 2026 06:04
@j-g00da j-g00da merged commit 54d87b1 into main Apr 17, 2026
7 checks passed
@j-g00da j-g00da deleted the j-g00da/smtp-connection-pool branch April 17, 2026 09:37
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.

2 participants