473,386 Members | 1,610 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

static html vs dynamic aspx

I have heard static html is a good way to do the default.html as it is
faster and save resource hits over aspx for example.

But what if you want to generate and overwrite the static html pages every
day.
If you had a busy site like amazon the html pages would always be open and
busy by users hitting the web site every second. So how could the update
write of the page work.

Plus, what if you wanted ads on your page and you were using double click
or one of the other ad servers. Do these ad servers work on static html
page?

I am hoping theres someone with such a wide range of intelligence that has
knowledge of these issues.

Steve
Jul 8 '07 #1
2 2443
Hello Steven,

They don't update the pages which the users serf. They have a number of clusters
and update pages there, turned nodes of clusters off and on when the new
pages were uploaded

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

SIf you had a busy site like amazon the html pages would always be
Sopen and busy by users hitting the web site every second. So how
Scould the update write of the page work.
S>
Jul 8 '07 #2
It is typcially faster- but a cached page should be just as fast once in the
IIS cache.

Ad servers work fine throuigh static HMTL as long as the browser has
javascript enabled. If your site is busy, then load balancing across your
servers can be used to force traffic away from each server in turn to allow
you to update the page without having any impact.

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
"steven" <sv***@hotmail.comwrote in message
news:3q0ki.4864$qu4.1632@trndny06...
I have heard static html is a good way to do the default.html as it is
faster and save resource hits over aspx for example.

But what if you want to generate and overwrite the static html pages
every day.
If you had a busy site like amazon the html pages would always be open and
busy by users hitting the web site every second. So how could the update
write of the page work.

Plus, what if you wanted ads on your page and you were using double click
or one of the other ad servers. Do these ad servers work on static html
page?

I am hoping theres someone with such a wide range of intelligence that has
knowledge of these issues.

Steve

Jul 8 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Joel Barsotti | last post by:
What I mean here is that I have to build an HTML interface for a CD catalouge. All the contents for this catalouge are in a DB right now for the current ..net website. Since the CD catalouge...
8
by: Roger stevenson | last post by:
Hi I am a converting VB6 programmer. Having completed a Windows forms project , andbefore moving on to some of my ASP.Net projects I want to add a lot of function to a VB 6 application that...
5
by: Rich S | last post by:
I created this neat little .net site which tracks the inventory of my little widge company giving me real time inventory counts and whatnot. It uses your standard code that calls a stored procedure...
3
by: urs.eichmann | last post by:
Hello, several parts of the pages of my ASP.NET 2.0 site are mainly static, such as a treeview with all the product categories, a menu bar, the company header and so on. But they also have a...
14
by: Shimon Sim | last post by:
I have a static variable defined something like this private static Dictionary<string, string> roles = new Dictionary<string,string>(); Can I safely assume that it will be live for the live of...
11
by: toton | last post by:
Hi, I have little confusion about static memory allocation & dynamic allocation for a cluss member. I have class like class Bar{ public: explicit Bar(){ cout<<"bar default"<<endl; }
5
by: pittendrigh | last post by:
There must be millions of dynamically generated html pages out there now, built by on-the-fly php code (and jsp, perl cgi, asp, etc). Programatic page generation is transparently useful. But...
7
by: Jo | last post by:
Hi, How can i differentiate between static and dynamic allocated objects? For example: void SomeFunction1() { CObject *objectp = new CObject; CObject object;
1
by: daonho | last post by:
Hi Everyone, I have encountered this problem that I am not able to figure out. Please drop me some lines if you have any idea how to solve this issue. I have a global.asax file in my web site. It...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.