Y
Yan
Hi. I am looking to write a Chat App for my site and have been
searching to find out the best way to do it. I was thinking to use
Application variable but if i am going to have different rooms then it
could be a problem keeping track and somewhat of an overhead for the
server. Also i thought about using XML files to keep the data and
then parsing it on the client side, but i don't know if that is a good
solution. It seems to me that using a database is the better
approach. I an wondering if i am going to store the conversation in
the database and the client will refresh the page every few seconds
and that will send a query to the database would be slower then
reading from an xml file.
Would it make sence to use Access or i will have to use SQL as the
database for the chat. Any suggestions would be greatly appreciated.
Yan
searching to find out the best way to do it. I was thinking to use
Application variable but if i am going to have different rooms then it
could be a problem keeping track and somewhat of an overhead for the
server. Also i thought about using XML files to keep the data and
then parsing it on the client side, but i don't know if that is a good
solution. It seems to me that using a database is the better
approach. I an wondering if i am going to store the conversation in
the database and the client will refresh the page every few seconds
and that will send a query to the database would be slower then
reading from an xml file.
Would it make sence to use Access or i will have to use SQL as the
database for the chat. Any suggestions would be greatly appreciated.
Yan