A database query executor that controls the concurrency (number of concurrently running queries) and handles the acquiring and release of the connections (e.g. in case of processing failure).
TODO: write basic example
- source code
- contributors: Agilord
- Related projects:
- Generic executor: executor (from the same authors as this projects)