"Scott Townsend" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Though I have a customer that has several nodes talking to a server
> querying it For Data. Sometimes the Clients are displaying Stale Data. The
> Integrator that installed the system things its a network issue.
Not likely. It is impossible to have stale data on a "live" and "statefull"
connection,...and by the same token a lost connection would crash or error
out the Application if it no longer sees the connection. The only kind of
Application that survives a lost connection and continues to show the "last
data" it received would be a "stateless" Application like a Web Application
(a web site). There may be some slight variations and exceptions to that
idea but is it pretty much accurate.
So just because you see old data does not mean you have a slow or down
connection and in fact your connection could be fine but there are flaws in
the Application's design itself. You would be amazed at how much data you
can feed to /from an Application with even a 9600baud modem,...you're not
transfering binary files and video in most cases,..it is usually just a
bunch of numbers, often as ASCII Text,...particularly on a factory
production floor.
We are a TV Station and have a Transmitter at a separate location. Now the
broadcast feed (1 Analog and 2 HDTV) is sent 14 miles to the Transmitter
over a 7gig Microwave but that isn't really relevant and doesn't compare to
what you have,..you have much less data than that,...but all the Transmitter
Building's "specs" and monitoring "data", which would compare to what you
have, are monitored with an Application on a PC using a simple dialup modem.
I guess my main point here is to not get tunnel vision and get locked into
one idea of what might be wrong with it just because the Integrator "says
so". If the Integrator is associated with the company that the equipment
comes from,..or particularly if a flaw in the equipment or Application would
make him "look bad" he would be less likely to blame any of that and it
would be very very convienent for him to just blame "your network". I face
that tendency all the time around here with vendors that we get some of our
stuff from. Sometimes they may be right, but sometimes they aren't.
We had a similar situation as yours with some weather equipment where the
radar sweeps were jumping all over the place. It builds and displays the
sweeps based on a flow of numerical data (ASCII Text) that is fed to it over
the Internet. They claimed it was acting like that because our link was too
slow and it was falling behind and hence the sweep was "skipping". The
truth was that a new feed was deployed for this new system and they never
stopped the old feed. So it was getting two feeds at once with conflicting
data. So the sweep was jumping because it was getting conflicting,
non-consistant, non-sequential data. Not only was our link fast enough,..it
was fast enough to give it two feeds at the same time :-).
Just something to think about...
--
Phillip Windell
www.wandtv.com
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------