solution for COMET and PHP

Posted by codemaker on Stack Overflow See other posts from Stack Overflow or by codemaker
Published on 2009-12-25T13:59:54Z Indexed on 2010/03/20 0:31 UTC
Read the original article Hit count: 375

Filed under:
|

Is there a real solution for COMET AND PHP combination? Basically, I've come to a point that I need to update a user home page periodically whenever there is new data in the database. As far as I understand, I need to open a persistent connection between my server and my clients browsers to update the contents of their home page as soon as new info. available without dedicating a lot of resources but I had no luck finding anything clear about this issue. I read many articles suggests that PHP is not a good language to implement COMET. My web application is completely programmed in PHP and I don't want to learn another language but if I'm forced to, Would you suggest a good language to start with? Do you think that I can program an interface just to handle this issue?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about comet

Related posts about php