Hi,
> Dear All,
>
[quoted text clipped - 21 lines]
>
> Benny Ng
Are you related to my wife? (Ng Chi Meei) (just kidding, Ng must be the
most widespread cantonese last name if I am not mistaken ;-)
Anyway...
Compression is a way to move the performance problem from one place to
the other. if you don't compress, you transmit more data on the network,
which may cause performance problems. On the other hand, if you
compress, you transmit less data, but the server and the client have
more load (they must compress and uncompress the data).
So the answer is: It depends (it's often the answer when you do
engineering). If your typical user has a modem connection and a good PC,
and if your server is powerful enough, compression can be a real help,
especially if you have a lot of text data (ASPX, JavaScript, CSS,
etc...) (compression for images won't help much, as JPGs, GIFs or PNGs
used on the web are mostly very compressed already).
OTOH, if your users have ADSL, I am not sure it's worth bothering with
compression.
I am not aware of stability problems when using compression. We use it
in one of our projects without problems. However, it's a good idea to
make it optional for the users.
HTH,
Laurent

Signature
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
Private/Malaysia: http://mypage.bluewin.ch/lbugnion
Support children in Calcutta: http://www.calcutta-espoir.ch
Benny Ng - 30 Nov 2006 07:51 GMT
Dear Laurent,
Haha,Yes. "Ng" is a wildspread Last Name in China. I think it's top 20
Last Name. :)
For the environment of our company. We are using two ADSL+DDN connect to
Canada,HongKong and China.
I don't think the network is too slowly for us.
All of our application are using the ASPX. There is no many image files
on our application. Because I'm afraid it would be not stabled if we enabled
this option.
Because in before we got some experience for this option. It would let
the application can not get the new data. (But only for some time/some
cases)
So that's my concern for that.
But anyway, Thank you very much.
By the way, If you don't mind, You can add my MSN account. We can talk
about the technical or another thing on it. haha..Thanks.
my MSN: benny_wufree@hotmail.com
Best Regards,
Benny Ng
> Hi,
>
[quoted text clipped - 52 lines]
> HTH,
> Laurent