Is the web application is continuously running after uploaded to the hosting site.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is the web application is continuously running after uploaded to the hosting site.?

I have developed an web app that automates the date and time. So that every time the system is running without user interaction, it is possible to execute the functions that meet in the condition with the date and time.? I just wanted to know if the system is running and execute the function without the user is not using or logging in to.the system.?

16th Jan 2019, 8:46 AM
Jonel Zulueta Recto
Jonel Zulueta Recto - avatar
1 Answer
+ 2
Web server normally response with external requests only, for apache server php script, you could use cron to schedule task to run at specific interval.
16th Jan 2019, 9:07 AM
Calviղ
Calviղ - avatar