Re: Bandwidth Issues.
From: William \(Bill\) Vaughn (billvaRemoveThis_at_nwlink.com)
Date: 01/22/05
- Next message: William \(Bill\) Vaughn: "Re: odbc, dao, oledb, ado database question !"
- Previous message: William \(Bill\) Vaughn: "Re: Jet and Batch Updates"
- In reply to: Sam Davis: "Bandwidth Issues."
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 21 Jan 2005 18:37:39 -0800
First, XML is about as heavy as you can get.
I've run client/server applications over a 2400 baud (that's 2.4K) modem
from Dallas to Redmond over a dialup connection and tested the throughput.
It was about 20% less than a LAN connection which in those days was less
than 1M baud). As I discussed in my early books, the trick is to ask for
what you need and no more. With client/server you send a small (few hundred
bytes) of SQL and overhead to return a few thousand bytes of
results--assuming you aren't asking for the contents of the customers table
over the wire. Unlike Access/JET that does physical IO over the LAN (or
WAN), SQL Server is designed for this kind of application. If you're using
JET/Access, you're pooched. It has a number of serious issues when used over
unstable IO links.
-- ____________________________________ William (Bill) Vaughn Author, Mentor, Consultant Microsoft MVP www.betav.com Please reply only to the newsgroup so that others can benefit. This posting is provided "AS IS" with no warranties, and confers no rights. __________________________________ "Sam Davis" <SamDavis@discussions.microsoft.com> wrote in message news:88BB841F-F188-459C-BEF4-F40A65A9CB5E@microsoft.com... >I was wondering if anyone out here has any words of advice when it comes to > running a client/server application where bandwidth concerns are present. > Such as running a thick client deployment over a dial-up connection or > telecommunications that aren't at network speeds. I would be curious to > here > your thoughts on how to improve performance between the application and > the > server. This is a sql server deployment. Is XML lighter than ADO or even > ADO.NET? > > Thanks to anyone who responds!
- Next message: William \(Bill\) Vaughn: "Re: odbc, dao, oledb, ado database question !"
- Previous message: William \(Bill\) Vaughn: "Re: Jet and Batch Updates"
- In reply to: Sam Davis: "Bandwidth Issues."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|