Topic: The best way to run PHP app as serverlet?
I have a PHP application that acts as a chat server (socket programming), and clients will connect via XMLSocket. What is the best way that to keep my chat server run continuously? and can start or stop this server from client applications? Thanks!