Hacker News new | ask | show | jobs
by 0354305 3006 days ago
I'm not grasping the concept; Do I use this in production to manage concurrency, or do I use this in 'testing' to fine tune my system?
1 comments

You use this on production to allow either the server or client to self determine optimal concurrency levels.
Thanks