Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
gammazero authored May 8, 2021
1 parent bec41fa commit 1ca2fa9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -46,7 +46,3 @@ func main() {
## Usage Note

There is no upper limit on the number of tasks queued, other than the limits of system resources. If the number of inbound tasks is too many to even queue for pending processing, then the solution is outside the scope of workerpool. If should be solved by distributing load over multiple systems, and/or storing input for pending processing in intermediate storage such as a file system, distributed message queue, etc.

## Real world examples

The list of open source projects using worker pool can be found [here](https://github.com/gammazero/workerpool/wiki#open-projects-using-workerpool)

0 comments on commit 1ca2fa9

Please sign in to comment.