multithreading - Executing a thread at a regular interval in php -


i have requirement in project want send notification user via external api.i have stored these notifications in table want create thread in php regularly wakes ups , checks data in table , wakes function sends email @ regular time interval in php if user not logged in website.is there normal or direct way achieve , if not indirect way not using linux based commands.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -