Questions about loop output strings-php Tutorial

Source: Internet
Author: User
Question about a loop output string This post was last edited by xroha from 2013-03-2715: 30: 15 for & nbsp; ($ i1; & nbsp; $ I & lt; 1000000000; & nbsp; $ I ++ & nbsp;) {& nbsp; echo & nbsp; illegal operation !. $ I;} if the number of loops is huge, the browser crashes to ask a question about the loop output string.

This post was last edited by xroha at 15:30:15


For ($ I = 1; $ I <= 1000000000; $ I ++ ){
Echo "illegal operation! ". $ I;
}



If the number of loops is huge, the browser crashes,
Does it affect the WEB server? What is the impact?


------ Solution --------------------
Does not affect the WEB server
The web server has an output buffer, which is output to the user once it is full.
The buffer is usually set to 0 to meet some real-time needs, so there is no impact.
------ Solution --------------------
Reference:
Quote: reference:

Does not affect the WEB server
The web server has an output buffer, which is output to the user once it is full.
The buffer is usually set to 0 to meet some real-time needs, so there is no impact.


Is this for PHP code or JS code?
Of course it's php!
Because you are asking about WEB servers

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.