Can someone explain to me in a nutshell what a daemon is and how to use them in php?
I know this is a process that runs all the time. But I can not understand what to use it in php application?
Can someone give us some usage examples? Can I use a daemon to reduce memory usage in my application?
As I understand it, a daemon can store data and provide it on demand, so basically I can store most of the data used there, so as not to receive it from mysql for each visitor?
Or am I completely wrong? :)
Thank;)
source
share