Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vitormattos/phpbackground

Example of running process in background
https://github.com/vitormattos/phpbackground

Last synced: 5 days ago
JSON representation

Example of running process in background

Awesome Lists containing this project

README

        

Run the file cronjob.php, this file starts the process.php file in the background.

File provess.php, is running forever, and the file cronjob.php checks if the file process.php is running, if not, run it.

Put both files in the same directory.

for testing run the index.php file in your browser and click ping.

Only this!