in reply to Re^2: How to enqueue again from the job in POE::Component::JobQueue?
in thread How to enqueue again from the job in POE::Component::JobQueue?
The reply should be sent back to the session that post()'ed the request. The reply will be returned via a "postback" event, which the worker will "post back" to you. The purpose of the third parameter in the request post() is to tell POE::Component::JobQueue which of the requesting session's handlers will accept the response.
|
|---|