![]() |
Threading integration in codeigniter ver 3.1 and php ver >=5.6 not working - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Threading integration in codeigniter ver 3.1 and php ver >=5.6 not working (/showthread.php?tid=68830) |
Threading integration in codeigniter ver 3.1 and php ver >=5.6 not working - damku999 - 09-01-2017 Hello Everyone could anyone help me for the below. I am trying create on library class which has do some curl call using my model method. see below code snippet- PHP Code: class CI_Multi_thread extends Thread { " also my server is also close my current process when last running thread is stop. after all it stop my complete server working for 5 second. I am also attaching my libraries and model file here. |