HP3000-L Archives

November 2001, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Peter Osborne <[log in to unmask]>
Reply To:
Peter Osborne <[log in to unmask]>
Date:
Fri, 23 Nov 2001 13:05:16 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (27 lines)
On November 23, 2001 12:43 pm, Kevin D. Joseph wrote:
> But would you want to push a large list across the network?  Possibly
> several large lists per screen even if the user doesn't use them?  Of
> course this also brings up the question of how much validation to do in
> the browser.  You will need to repeat all validations on the server, but
> some browser validation can give the users more immediate feedback and
> eliminate network traffic.

Well, if its numeric checking, you can do that mathematically. If it is
string checking, yes, you will have to push it across a network. If you are
using a Web UI there are ways of compressing the data on the fly with gzip
extensions to Apache & PHP. This usually compresses normal text data 10:1.
This will help but you still need to pull all this data out of a database so
it would have to be used properly. If you wrote a bunch of javascript
functions that did various kinds of checks, it would be very easy to include
them in your output & use them as necessary.

I assume we are talking about a local network, this will also give you a
little more room to work when it comes to bandwidth, if you're working over
the internet, possibly over a slow connection, you would have to keep the
data transfer to a minimum.

-Pete

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2