TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
neeraj jain
NA
1
0
Developing a Chat Application using C# in ASP.Net
Dec 28 2005 1:50 AM
Hi,
i am building a Multi -User Chat Application using c# in ASP.Net
for the first 15 mins with 5-8 users it works fine
but after 15mins with more users andf more messages it becomes slow
i am using the ArrayList() to store the user messages, and the all messasges from the ArrayList are displayed on a webform using a RemoteScript function()
so every time the page is refreshed the RemoteScript function retriebves all the elements from the ArrayList and display them on the webpage
so can u help me, is it the right approach to do it.
Reply
Answers (
1
)
location.Replace
How to write data to HttpWebRequest using stream / stream writer