Run PHP Task Asynchronously

后端 未结 15 1236
青春惊慌失措
青春惊慌失措 2020-11-22 15:15

I work on a somewhat large web application, and the backend is mostly in PHP. There are several places in the code where I need to complete some task, but I don\'t want to m

15条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-22 15:37

    If you don't want the full blown ActiveMQ, I recommend to consider RabbitMQ. RabbitMQ is lightweight messaging that uses the AMQP standard.

    I recommend to also look into php-amqplib - a popular AMQP client library to access AMQP based message brokers.

提交回复
热议问题