Issue
How can we use any async function or thread in cakephp 2.
I have tried dereuromark blog and cakeresque link for solution. But got error on Resque class not found though everything installed correctly.
Is there any other way which I can try.
I want to run generating pdf in thread job and do not affect on current process.
I goth this issue too Github:Unable to explicitly require a dev version
Solution
You need PHP 7 or above to implement Threading and async functionality
Answered By - Divyek
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.