Remote redis queue?

WBOY
Release: 2016-09-24 09:15:11
Original
994 people have browsed it

A project is running locally on 127.0.0.1. 222.222.222.222 runs the server.

Originally,
1000 queue requests are issued locally and transferred to the local redis queue A. When A1 is completed, B1 of queue B is started, local listen is started, and so on. After the queue is all finished, it is successful.

Now,
issue 1000 queue requests locally and transfer them to the server's redis queue A. When A1 is completed, start B1 of queue B and listen locally, and so on. However, after executing 7 or 8 requests, the local monitoring will throw a php.exe timeout exception and end the monitoring.

Excuse me, why is this happening?

Reply content:

A project is running locally on 127.0.0.1. 222.222.222.222 runs the server.

Originally,
1000 queue requests are issued locally and transferred to the local redis queue A. When A1 is completed, B1 of queue B is started, local listen is started, and so on. After the queue is all finished, it is successful.

Now,
issue 1000 queue requests locally and transfer them to the server's redis queue A. When A1 is completed, start B1 of queue B and listen locally, and so on. However, after executing 7 or 8 requests, the local monitoring will throw a php.exe timeout exception and end the monitoring.

Excuse me, why is this happening?

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!