Use a cache to store active connections. #8

Open
opened 2023-11-19 18:40:42 +13:00 by james · 0 comments
Owner

Rather than a connection pool, which could be exhausted under load so instead we will use a cache to store connections for a short time to recycle them, rather than throwing them away after they're complete.

Rather than a connection pool, which could be exhausted under load so instead we will use a cache to store connections for a short time to recycle them, rather than throwing them away after they're complete.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: james/wayfarer#8
No description provided.