POE::Component::JobQueue manages a finite pool of worker sessions as they handle an arbitrarily large number of tasks. PR: 32778 Submitted by: Sergey Skvortsov <skv@protey.ru>
9 lines
336 B
Text
9 lines
336 B
Text
POE::Component::JobQueue manages a finite pool of worker sessions as
|
|
they handle an arbitrarily large number of tasks. It often is used as
|
|
a form of flow control, preventing a large group of tasks from
|
|
exhausting some sort of resource.
|
|
|
|
WWW: http://search.cpan.org/search?dist=POE-Component-JobQueue
|
|
|
|
-- Sergey Skvortsov
|
|
skv@protey.ru
|