recently my web server acting weird, it keep on reset my cronjob script before script completed the task, my web hosting provider suggest me to use command line to start script then using cron job (webserver), cause my site with huge data So my question is, would that make huge different ? What they(host provider) told is true ? My host spec. 8gb ram 2.8 quad xeon Full dedicated server. thanks
yes, that will happen, ur webserver (apache) restarts periodically trigger the script with the cronjobs via cli, and remember to set_time_limit(0); in ur php script