Problems in PCNTL in PHP. Please visit

Source: Internet
Author: User
As mentioned in the PHP manual, PHP process control supports Unix-based process creation, program execution, signal processing, and process interruption. Process control cannot be applied to the Web server environment. When it is used in the Web service environment, unexpected results may occur. PCNTL cannot be used in WEB Services... mentioned in the PHP manual:

PHP process control supports Unix Process Creation, program execution, signal processing, and process interruption. Process control cannot be applied to the Web server environment. When it is used in the Web service environment, unexpected results may occur.
PCNTL cannot be used on WEB servers... Since PHP cannot be used on web servers, where can this situation be used?
Client ??

Reply content:

Mentioned in the PHP manual:

PHP process control supports Unix Process Creation, program execution, signal processing, and process interruption. Process control cannot be applied to the Web server environment. When it is used in the Web service environment, unexpected results may occur.
PCNTL cannot be used on WEB servers... Since PHP cannot be used on web servers, where can this situation be used?
Client ??

For example, you can use multi-process processing or service-type code to process data scripts.

There are four PHP running modes:

1) cgi Common Gateway Interface ))
2) fast-cgi resident (long-live) type CGI
3) cli Command Line Interface)
4) web module mode (module mode for running apache and other web servers)

The subject should understand the fourth type.

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.