If that is your question, go ask on a list appropriate to your web server
software!
(kidding)

I've never heard of any browser that automatically compresses data for you
in the fly, though that doesn't mean there isn't one.  You usually need the
client to compress the data, select it in your form's file upload field,
have them submit it, then uncompress it in your action using the retrieved
file UploadFormFile file handle.  That process rings a bell so there is
probably something on it in the archives under the words "compression",
"gzip" or "winzip".

Regards,
David

-----Original Message-----
From: Shailender Jain [mailto:[EMAIL PROTECTED]
Sent: Sunday, September 19, 2004 11:38 PM
To: Struts Users Mailing List
Subject: Re: Slow Response Time (Tomcat 5.0.16)


Hello,

Thanks for the response.

My point is in just asking if there is any component like HttpCompression
which can compress the data while it is send from browser to server.
The server will then decompress the data.
May be there is some active x control for Internet Explorer.



Regards
Shailender Jain

"David G. Friedman" wrote:

> Shailendar,
>
> You mention "The application seems to be still slow since there is a data
> transmitted from Browser to server."  So I have to ask some dumb
questions:
>
> 1) Are your clients uploading large files?
>
> 2) Are those files being compressed by the client?
> (compress/zip/winzip/winrar/gzip/etc.)
>
> 3) Are your clients performing the above tasks over slow connections, such
> as dial-up?
>
> Depending on your answers, the problem might be them, not necessarily
Struts
> or your server.  The last time this came up, the poster was complaining
> about Struts problems when the issue was their clients sending
uncompressed
> large files (>1 MB) being uploaded over dial-up connections on a daily
> basis.  So it depends no the particulars of the client-to-server direction
> of tasks being performed.
>
> -David
>
> -----Original Message-----
> From: Shailender Jain [mailto:[EMAIL PROTECTED]
> Sent: Saturday, September 18, 2004 4:44 AM
> To: [EMAIL PROTECTED]
> Subject: Slow Response Time (Tomcat 5.0.16)
>
> Hello All,
>
> I am using Struts Framework and Tomcat 5.0.16 for the development of my
> application.
>
> The application seems to be working very slow as there is a lot of data
> transmitted over the net.
> I used the HttpCompression technique to reduce the response time from
> the server to browser.
> But this has solved the problem in one direction i.e server to browser.
> The application seems to be still slow since there is a data transmitted
> from Browser to server.
>
> Is there any way i can reduce this.
> Like using Apache with Tomcat
>
> Any indication will be helpful
>
> Regards
> shailender jain
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to