jaymc Posted August 2, 2007 Share Posted August 2, 2007 I have a script which carries out several queries For example Queries for hwo many members online and outputs result to a text file Queries for hwo many members have signed up outputs result to a text file etc etc There are around 15 queries which are run every 4 minutes Im jsut wondering, would it be quicker to have each query in its own .php file and cronned or would it make no difference having every query executed in one go via 1 php file Im just wondering ig it may cause my database to lock up because when the query is run it can be quite resource intensive Quote Link to comment https://forums.phpfreaks.com/topic/63100-cron/ Share on other sites More sharing options...
fenway Posted August 10, 2007 Share Posted August 10, 2007 Doesn't make any difference, it's the same number of calls... depends on query performance, ultimately. Quote Link to comment https://forums.phpfreaks.com/topic/63100-cron/#findComment-320225 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.