Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vitormattos/phpbackground
- Owner: vitormattos
- Created: 2012-11-09T18:03:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-10T04:16:50.000Z (almost 12 years ago)
- Last Synced: 2024-10-10T19:13:32.067Z (26 days ago)
- Size: 146 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!