You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That, combined with some fiddling on the Chicago Boss side of things, might resolve the resource problem like. CB would start off with a lot of database workers that are, however, not connected. When requested, they connect and stay connected. When idle for X seconds, they disconnect. That way, the ones at the top of the stack will be used often and stay connected, others will disconnect, releasing database workers.
The text was updated successfully, but these errors were encountered:
That, combined with some fiddling on the Chicago Boss side of things,
might resolve the resource problem like. CB would start off with a lot of
database workers that are, however, not connected. When requested, they
connect and stay connected. When idle for X seconds, they disconnect. That
way, the ones at the top of the stack will be used often and stay
connected, others will disconnect, releasing database workers.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/179
.
Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm
Poolboy has long had a bit of a problem with managing resources like databases that are "expensive" to set up and hold:
devinus/poolboy#29
devinus/poolboy#30
They've decided to allow stack based usage of poolboy, beyond the regular round robin system:
devinus/poolboy#50
That, combined with some fiddling on the Chicago Boss side of things, might resolve the resource problem like. CB would start off with a lot of database workers that are, however, not connected. When requested, they connect and stay connected. When idle for X seconds, they disconnect. That way, the ones at the top of the stack will be used often and stay connected, others will disconnect, releasing database workers.
The text was updated successfully, but these errors were encountered: