P
Pete
I'd like to add a basic chat application to my web site to get the members
talking more, I've decided to limit the number of users to 30. There will
be a seperate popup with a frame & three pages
page 1 = list of users (updates every 10 seconds)
page 2 = content / text (updates every 3 seconds)
page 3 = text box to type in.
I'll be using meta refresh to update the page(s) to the users on a regular
basis (every 3-10 seconds). My quandry really is here to store the text
content.....
I'm considering putting it in the Application object rather than the
database due to the frequency of requests to it (it would mean a lot of
read/writes). However, I'm a bit concerned about the scalability of the
solution. Would 30 users all accessing the Application object at the
intervals I've suggested kill performance the site as a whole, if so what
other options have I got?
Any ideas / Comments / Suggestions?
--
Cheers
Pete
XBOX Live Leagues & Tournaments
http://www.xboxracing.net/
talking more, I've decided to limit the number of users to 30. There will
be a seperate popup with a frame & three pages
page 1 = list of users (updates every 10 seconds)
page 2 = content / text (updates every 3 seconds)
page 3 = text box to type in.
I'll be using meta refresh to update the page(s) to the users on a regular
basis (every 3-10 seconds). My quandry really is here to store the text
content.....
I'm considering putting it in the Application object rather than the
database due to the frequency of requests to it (it would mean a lot of
read/writes). However, I'm a bit concerned about the scalability of the
solution. Would 30 users all accessing the Application object at the
intervals I've suggested kill performance the site as a whole, if so what
other options have I got?
Any ideas / Comments / Suggestions?
--
Cheers
Pete
XBOX Live Leagues & Tournaments
http://www.xboxracing.net/