Could someone explain me in two words, what is daemon and what use of them in php?
I, know that this is a process, which is runing all the time. But i can't understand what use of it in php app?
Can someone please give examples of use? Can i use daemon to lessen memory usage of my app?
As i understand, daemon can hold data and give it on request, so basically i can store most usable data there, to avoid getting it from mysql for each visitor?
Or i'm totally wrong? :)
Thanks ;)