I can track the active connections, seeing how many have finished, then have a while active >= limit: sleep 10
I wonder if there is a more structured approach, or perhaps a template already exists for that.
I can track the active connections, seeing how many have finished, then have a while active >= limit: sleep 10
I wonder if there is a more structured approach, or perhaps a template already exists for that.