Click to See Complete Forum and Search --> : web messenger


sagee
04-12-2008, 12:26 PM
Hi, i have a social network that i wish to give the users an option to chat 1 to another.
i was thinking about doing it myself using a database & an AJAX function that check every minute or so if there are new message, but i worry that this is too simple for large scale networks, therefor i would like to hear any ideas on the subject & reccomendation on available scripts & apps , so i can learn from them.

adeang_1
04-12-2008, 12:42 PM
hey can I see your site? I want to get ideas if you don't mind b/c Im going to build something similar www.adeang.com but more or less of a social site not even sure if im going to do that.

bokeh
04-12-2008, 03:09 PM
You need to use a push protocol, not http.

sagee
04-13-2008, 04:07 AM
i am not familiar with that protocol, can you please explain?

bokeh
04-13-2008, 02:09 PM
i am not familiar with that protocol, can you please explain?An example of server push (Java) (http://www.unix.org.ua/orelly/java-ent/servlet/ch06_03.htm)

sagee
04-14-2008, 02:31 AM
An example of server push (Java) (http://www.unix.org.ua/orelly/java-ent/servlet/ch06_03.htm)

Cheers