in reply to How to enqueue again from the job in POE::Component::JobQueue?

I have solved this problem of resubmitting jobs in another way.

Just have created a global array, where HTTPServer pushes filenames, and workers get the names with shift.

Of course, this required switching from passive workers to active ones.

Still very interested in the third parameter 'postback' in call to POE::Kernel->post