且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

带有Codeigniter的PHP队列系统。怎么样?

更新时间:2023-09-14 16:40:10

我会考虑使用类似Gearman的东西( http://gearman.org/index .php )。

I would look at using something like Gearman ( http://gearman.org/index.php ).

这也将与CI应用程序分开... CI然后将使用Gearman处理队列...

This would also be separate to the CI app ... CI will then use Gearman to process a queue...