Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / June 2005

Tip: Looking for answers? Try searching our database.

Add Browser Gate to GZip Servlet Filter

Thread view: 
Java script Dude - 20 Jun 2005 17:13 GMT
This is an solution (kind of) to the issue I had with servelt filters.

Basically, don't use servlet filters for your gzip compression on the
server. Instead put apache in front of your web server and have apache
do your compression (as well has serving up static content).

Apache uses native c code which is faster and uses less resources than
Java.

Also Apache can be configured to switch compression settings based on
browser detected. Although this could be problematic for IE browsers
that are fully spoofing as Mozilla but then again, they should not be
doing that anyway :]

Regards,

T
shakah - 20 Jun 2005 19:30 GMT
> This is an solution (kind of) to the issue I had with servelt filters.
>
[quoted text clipped - 6 lines]
>
> [ ...lines snipped...]

You should verify your performance/resource assumptions in your
environment. For instance, we used to use an Apache 1.3+ => mod_webapp
=> Tomcat 4.x environment, but we saw an overhead of around 100 ms per
request as compared to just using Tomcat (so we dropped Apache from the
picture). YMMV, of course.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.