-
Automatic refresh which make the server down
I want to automatically refresh my pages which contain a database from database
server
but i don't want that refreshing system make my web server and database server
become slowly i use sql server and asp for my database control
can you give me an advice
-
Re: Automatic refresh which make the server down
David,
Exactly, what data are you trying to refresh dynamically? Obviously refreshing
dynamically (without any user intervention) will be a strain on the part
of DB. Try to get away from it. But if you have no other option left, then
there are 2 methods available (at least to my knowledge) -
1. Using Client Pull Technology
2. If you're tech savvy, you can use XML Data Islands
For more info about Client Pull technology, please refer to
http://support.microsoft.com/directo...;EN-US;Q240774
If you want to use the second method - ie., XML Data Islands, then you should
be aware of this - XML Data Island is proprietory to IE. You can't use this
on Netscape.
But personally, I like the second option. I've extensively used this in my
Intranet projects.
HTH,
Harish
"David" <david_hdse@yahoo.com> wrote:
>
>I want to automatically refresh my pages which contain a database from database
>server
>but i don't want that refreshing system make my web server and database
server
>become slowly i use sql server and asp for my database control
>can you give me an advice
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks