Skip to content

Commit

Permalink
Added connection queue support
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilio González committed May 11, 2012
1 parent 2fa1288 commit acc44f4
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 112 deletions.

1 comment on commit acc44f4

@emdagon
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit avoid the TooManyConnections exception in favor to manage a waiting list of connections. Instead of raise the exception, it will take the next cached connection and run the operation (find, update, ...) on it.

Please sign in to comment.