ig0rb

Results 5 comments of ig0rb

Yes I agree, but in some situation each web application have it's own queue not shared, different database, different settings. In a specific case I have a mutitenant environment, where...

Hi I wrote a simple queue manager serializing a multidimensional array... `class GenericQueueJob { protected $f_queue = APPPATH.'spools/jobs.queue.bin'; protected $fh = NULL; protected $locked = 0; ` On same webserver...

Yes each instance don't need to be syncronized with others.

Hi, https://codeigniter.com/user_guide/installation/upgrade_300.html?highlight=fetch_directory In the 3.0.0 there was a retrocompatibility, now i'm using 3.2-dev and old method's was removed. You are welcome, you did a very usefull librariy :)