CodeIgniter Forums
Concurrency, queues and sockets? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: Concurrency, queues and sockets? (/showthread.php?tid=81884)



Concurrency, queues and sockets? - ignitedcms - 05-15-2022

Hey guys,

Just wondering what everyone's thoughts are on having these in your PHP toolchains?

Do people have a high need for these?


RE: Concurrency, queues and sockets? - vimkaf - 05-17-2022

Oh yes, I find myself needing some sort of background worker as tasks are becoming time consuming to be handled in a single request. I posted a topic on  this a while back unfortunately I had no feedback.


RE: Concurrency, queues and sockets? - ignitedcms - 05-17-2022

(05-17-2022, 08:55 PM)vimkaf Wrote: Oh yes, I find myself needing some sort of background worker as tasks are becoming time consuming to be handled in a single request. I posted a topic on  this a while back unfortunately I had no feedback.

Thank you for the feedback, I'm planning on shipping at least one of those into ignitedcms, before the first release.