Re: Knowledge-based problem solving system
- From: "Neil Smith [MVP Digital Media]" <neil@xxxxxxxxxx>
- Date: Wed, 09 May 2007 18:00:41 GMT
On Wed, 09 May 2007 08:06:39 +0100, Swifty <Steve.J.Swift@xxxxxxxxx>
wrote:
In my hypothetical branching (Knowledge-based) website, the typical page
would be about 100 characters, a simple question, and some HTML "fluff".
The POST response would be about 20 bytes.
With those figures in mind, and the rate at which posts appear in this
newsgroup, I could probably keep up using my spare (i.e. ancient)
ThinkPad and my ADSL connection.
I'm so tempted to try this.
My professional speciality is bandwidth-friendly CGI applications. Hence
the primitive look of most of my webpages - I don't waste bandwidth just
for the "benefit" of style. I design with the 386 system and 1200bps
modem in mind.
You might find AJAX base queries are well aligned with your aims then,
since the packet size is mostly the initial page load. After that it's
as you say, small query requests and responses without loading the
whole page again (though cacheing takes much of the strain)
Oh, and the POST request ? You forgot the headers, which can consume
around 100-200 bytes per request each direction (request/response),
even if you only post 20 bytes of actual data to the server.
Cheers - Neil
------------------------------------------------
Digital Media MVP : 2004-2007
http://mvp.support.microsoft.com/mvpfaqs
.
- References:
- Knowledge-based problem solving system
- From: Swifty
- Re: Knowledge-based problem solving system
- From: Neil Smith [MVP Digital Media]
- Re: Knowledge-based problem solving system
- From: zachd [MSFT]
- Re: Knowledge-based problem solving system
- From: Neil Smith [MVP Digital Media]
- Re: Knowledge-based problem solving system
- From: Swifty
- Knowledge-based problem solving system
- Prev by Date: Re: Computer low on memory?
- Next by Date: Re: vista media player streeming error
- Previous by thread: Re: Knowledge-based problem solving system
- Next by thread: Re: Exporting files from Real Player
- Index(es):
Relevant Pages
|