I once tried to implement Comet in PHP. Soon, I found that PHP is not suitable for Comet, since each HTTP request will occupy one process/thread. As a result, it doesn\'t sc
I'm not sure if you came across this question, but the question asked is pretty similar and there seem to be some good answers there. HTH.