Run chat daemon - once or every time?

Re: Run chat daemon - once or every time?

by Rob Barreca -
Number of replies: 0
I'm running the chat daemon on my server and it works for a day or so, then when I go to a chat the right frame (where it usually shows the chat user list) takes about 30 seconds to load and then loads the chat text box in that frame!

If I killall php then restart the daemon (yes, I am using the & at the end) it works for a while again.

Also, I tried to log errors using php chatd.php --start 2>> /error.log & but it ends up logging ALL messages (including errors) and for a chat room that file gets huge!  How can I just log errors to try to find out what's going on?