260K image files resizing with php -


i have 260k image files in folder.i need resize them php.but there execution time limit.i think process longer 60 seconds.

how can execute url without problem ? not sure cronjob case ? think ?

i not asking anycode you. wrote code how can execute ?

if cannot modify php.ini , server allows can change timelimit set function

set_time_limit(0); //no limit 

but if cannot change php.ini , server don't allow modify set function, cron have same problem.


Comments

Popular posts from this blog

ubuntu - How to disable Kernel Module Signing in linux -

java - Ebean enhancement ignores a model -

How to combine associative arrays in bash? -