Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to implement php message queuing

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)05/31 Report--

Today, I would like to share with you the relevant knowledge about how to achieve php message queue. The content is detailed and the logic is clear. I believe most people still know too much about this, so share this article for your reference. I hope you can get something after reading this article. Let's take a look at it.

Description

1. A message queue is a queue stored in memory.

2. Since only one process can get to message queuing, no additional locks or semaphores are needed.

Example

Echo "parent progress pid: {$parentPid}\ n"; $childList = array (); / / create a message queue and define the message type (similar to the library in the database) $id = ftok (_ _ FILE__,'m'); $msgQueue = msg_get_queue ($id); const MSG_TYPE = 1stroke / producer function producer () {global $msgQueue; $pid = posix_getpid (); $repeatNum = 5; for ($I = 1; $I

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report