PHP + MySQL Queue

前端 未结 3 1260
挽巷
挽巷 2021-02-04 19:58

I need a simple table that acts as a Queue. My MySQL server restriction is I can\'t use InnoDB tables, only MyISAM.

Clients/workers will work at the same time and they w

3条回答
  •  既然无缘
    2021-02-04 20:24

    Just for information, there's another option that is using Gearman instead of a table to make the queue: Rasmus Lerdorf wrote a very nice article about it.

提交回复
热议问题