How can i reduce network load

Vivek Awasthi vawasthi at forindia.com
Sat Nov 12 19:29:10 PST 2005


Hi all ,

Well i am facing a very typical problem.

we have to make a web enabled application.and we are using the VSATS for the
data transferring between our Zonal Offices.now the problem is as we are using
VSATS , we have to keep the data transfers at the bare minimum , cause we have
to pay for each and every bit transferred.

Now if we make the application thru servlets, with each invocation of the page
, a lot of Html headers and tags have to be tranferred each and everytime ,
even if there is just slight change of a single value on page.This is
increasing our network traffic.

Second option can be , what i think of is to have applets in a jar file.and
when the user log on, the jar can be downloaded on to the client system in a
temp directory and permanently stored and later on when again he logs on , we
can just invoke that jar file from the user's local temp directory and thus
there by reducing the network traffic , cause in this case on the changed
values have to be transferred to and fro.

Tell me can this be possible at all?

Plus can you all, suggest me any other option for this problem?

Thanks in advance
Vivek

vawasthi
e-mail: vawasthi at forindia.com




--------------------------------------------------------

Feed  Your Greed !!!
Get your 10MB Free space only at http://www.forindia.com NOW!

--------------------------------------------------------



---
To unsubscribe, mail advanced-java-unsubscribe at xcf.berkeley.edu
To get help, mail advanced-java-help at xcf.berkeley.edu



More information about the Advanced-java mailing list