ainame / Lumpik

[experimental] Lumpik is a job queue system for general purpose.
22 stars 2 forks source link

Using Connection Pool #12

Closed ainame closed 7 years ago

ainame commented 7 years ago

You can get the fastest throughput if you use pool size as same as the number of concurrency.

ainame commented 7 years ago

Currently, I don't have a test solution for the connection pool, but I believe "done is better than the perfect".