PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, January 16, 2022

[FIXED] How can we use any async function or thread in cakephp 2

 January 16, 2022     cakephp, multithreading     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing