Hey Frnds ,
I have 2 PHP scripts those meant to keep on runing all time on a linux server.
One script listens to a IRC channel all time and other perform operations based on the IRC text.
PHP release all its memory when script finish its execution .
But in this case script is runing all time so how should i make sure there will not be extra burden on memory.
and i am using mysql queries to insert stuff in db too , so little worried about mysql server too.
Thanks.
Arshdeep