Home > Backend Development > PHP Tutorial > 消息队列 - 有没有好的php延时队列

消息队列 - 有没有好的php延时队列

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:51:16
Original
1696 people have browsed it

想做一个功能,一个功能触发后20秒后自动请求另一个功能,类似队列,但是不同点在于,这个可以设定什么时候执行,比如2012-12-04 10:02:04执行某个任务,这个时间是在添加任务时指定的。大家有没有类似的软件呀

回复内容:

想做一个功能,一个功能触发后20秒后自动请求另一个功能,类似队列,但是不同点在于,这个可以设定什么时候执行,比如2012-12-04 10:02:04执行某个任务,这个时间是在添加任务时指定的。大家有没有类似的软件呀

beanstalkd支持delay

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template