Ninjakreborn Posted August 25, 2006 Share Posted August 25, 2006 Ok I am rebuilding something from scratch. I had 2 questions, is there anything I need to be concerned about when using a script that is going to be running for awhile. Like a bot or something.Should I always use [code]<?phpset_time_limit(-1);?>[/code]At the top of the page when I am going to be doing something that is going to take the script awhile to finish, or using flush a lot. Link to comment https://forums.phpfreaks.com/topic/18666-learning-area/ Share on other sites More sharing options...
Ninjakreborn Posted September 8, 2006 Author Share Posted September 8, 2006 bump Link to comment https://forums.phpfreaks.com/topic/18666-learning-area/#findComment-88496 Share on other sites More sharing options...
Jenk Posted September 8, 2006 Share Posted September 8, 2006 You should question why you need something to run indefiniately. Link to comment https://forums.phpfreaks.com/topic/18666-learning-area/#findComment-88498 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.