how to make a php automation background script for Windows and Unix?
问题 I have a script that creates thumbnails of larger images and it works fine, the problem is that it is placed at the beginning of the page where both images are viewed and to my understanding would run every time someone visits the page. This doesn't seem very performant. I would rather the script have its own page and somehow detected when more large images had been added to the directory it scans and go to work then. How would i go about setting this up or improving it in someway? found this