Jump to content

cron


jaymc

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/63100-cron/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.