G
Guest
Hi
I know that a chat applications could be developed in different ways, with
database and every x seconds make queries to the table and retrieve if there
are new messages ... with a flat file ... without ajax ... with ajax ...
saving all the rooms and its messages on a Application variable or a static
object...
I belong to a team that has developed a community on the internet that today
has more than 13.000 users and simultaneously connected like 500 of them. we
want to make a chat application on it.
What is the best way to do this ?
Thank for any suggestion
I know that a chat applications could be developed in different ways, with
database and every x seconds make queries to the table and retrieve if there
are new messages ... with a flat file ... without ajax ... with ajax ...
saving all the rooms and its messages on a Application variable or a static
object...
I belong to a team that has developed a community on the internet that today
has more than 13.000 users and simultaneously connected like 500 of them. we
want to make a chat application on it.
What is the best way to do this ?
Thank for any suggestion