![]() |
Really long crons + file_get_contents
I've got a couple daily cron jobs that crunch logs for about 30 mins each.
Originally I had the following: Code:
//blah blah include db connection stuff Is anyone particularly familiar with the timeouts associated with a page call, and a single execution call? max_execution_time doesn't seem to have anything to do with it, cause that was set to 30 when I was running the crons one by one from my browser during testing. :( |
Maybe use require_once instead of file_get_contents in your code. If you use URL fopen wrappers, then each include could run like a separate process.
|
oooo, that might work. I'll try that out.
|
All times are GMT. The time now is 09:24 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|