Installation & Configuration Version V1.1.121021
1. This update greatly improves program stability, reduces server pressure, completely ignores server restarts, and can run permanently once installed.
2. Supports almost all servers, does not rely on the set_time_limit function, has no infinite loop, and consumes less resources.
3. Customize the number of executions, for example: the custom number is 10 times. When your server does not support set_time_limit, when the task starts executing, the task will be executed 10 times without interruption; and when your server supports set_time_limit, When the task is executed, the task will be executed once, then sleep for 1 minute, and then execute again until 10 times have been executed, which takes 10 minutes. If set_time_limit is supported, it is recommended that the number of executions be set to 1-10. If it is larger, the problem will be aggravated. Server load. If it is not supported, it is recommended that the number of executions be set to 10-50, and 100 times will only be used for instant testing.
4. Supports whether to enable login verification. If $login is true, it is enabled, if it is false, it is not enabled. Initial account: su, password: 123456
5. When installing, please import sql into mysql, and add go.php as the monitoring treasure access address. The interval can be 5-15 minutes.
about
1. What is a network task? A network task is a special program that can perform a specific action 24 hours a day. Using network tasks, you can easily complete many repetitive actions, such as uninterrupted access to a web page, or scheduled execution of certain programs, etc. wait.
2. This program is open source and free, but secondary development or modification of this program requires retaining the copyright information of this program.
3. Due to my poor development experience, the program inevitably has many omissions. If you have any problems when using this program, you are welcome to send an email to
[email protected] for feedback, or give feedback to the Product Release and Support Center.
4. Product Support and Release Center http://blog.suconghou.cn
Change log
2.2012.10.21 Congcong Network Task V1.1.121021 is released, which greatly improves stability and runs permanently regardless of server restart!
1.2012.09.05 Congcong Network Task V1.0.120905 is released, running in a single file without database support!