Does the ie stop button affect background services?

Source: Internet
Author: User

Does the ie stop button affect background services?

If you run a JSPProgramAfter ie presses the stop button, is the background server still working?
In order to use the facts, I wrote the following test:Code.

<% @ Page contenttype = "text/html; charset = gb2312" %>
<%
Out. println ("test ");
For (INT I = 1; I <= 100; I ++ ){
System. Out. println ("I =" + I );
Out. println ("I =" + I );
Thread. Sleep (1000 );
}
%>

After running, I can see that a number is printed every second in the system background. After a while, I press the ie stop button and find that the background is still working.
Therefore, when writing some browsers to control a backend Service Program (for example, pressing the button, the system automatically starts to send a large number of mail services), pay special attention to this. Once a program error is found, the stop button cannot be used to stop the program. You must terminate the background program.

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.