in reply to Re: MCE - max_workers
in thread MCE - max_workers
G'day Mario,
"That's a great idea."
Thanks for the positive feedback.
"I can add a regex check for % ..."
That would be great. Having it in the back-end (e.g. an MCE class):
use MCE; ... max_workers => "$percent%"
rather than in an intermediary module (e.g. a Kens::MCE::Util class):
use MCE; use Kens::MCE::Util 'get_max_workers'; ... max_workers => get_max_workers($percent)
would certainly simplify matters.
"auto*0 is not a bug."
Thanks for the clarification.
— Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: MCE - max_workers
by marioroy (Prior) on Nov 16, 2021 at 09:56 UTC | |
by kcott (Archbishop) on Nov 16, 2021 at 12:27 UTC | |
by marioroy (Prior) on Nov 17, 2021 at 01:48 UTC |