Stephen Lake wrote:
Hey all,

After reviewing all the scripts written for a web chat application at the
various sites (ie Hotscripts, cgi resource and so on) I have resorted to
writing my own as none available fit my specific requirements.

What I need to know is, how can I implement a server push alternative and/or
text stream to a browser? or for that matter if anyone has code available or
knows of code that is even remotely similar to IFCS (Interfun Chat Server
http://www.interfun.com) they would be willing to share with me would be
greatly appreciated.


I've played around with this a couple of times. Once using sockets, and another time just setting the max_execution_time of the script in the bottom frame to some ungodly size, running a loop which checks for new messages after sleeping for 10 seconds or so. It turned out to be more of a pain than it was going to be worth. If you come across something that has the look and feel of Chatropolis, but doesn't cost $1500, I'm interested.


BTW, it's http://www.interfun.net

--
John C. Nichel
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to