Qiniu cloud storage-how does cli communicate with common php?

Source: Internet
Author: User
For help, the cli mode runs socketserver and maintains a connection with the client. After receiving the request, another common php process needs to notify the cli mode process: "There is a new message, send it to the socket client ". In what way can this sentence be said? Php process Communication ?... For help, the cli mode runs the socket server and maintains the connection with the client,
After receiving the request, another common php process needs to notify the cli-mode process: "There is a new message. Please send it to the socket client ".

In what way can this sentence be said?
Php process communication?
Or does a common php process need to use a socket client to communicate with the socket server process?

Or can they share global variables? Can I directly call the other party's functions? (Although it is unlikely that it is not a process ...)

Reply content:

For help, the cli mode runs the socket server and maintains the connection with the client,
After receiving the request, another common php process needs to notify the cli-mode process: "There is a new message. Please send it to the socket client ".

In what way can this sentence be said?
Php process communication?
Or does a common php process need to use a socket client to communicate with the socket server process?

Or can they share global variables? Can I directly call the other party's functions? (Although it is unlikely that it is not a process ...)

Generally, a socket is created to connect to the socket server and send data to the socket server. Then, the socket server sends data to other clients.

Is your socket server running in php-cli? Is it an open-source socket server or is it written by yourself?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.