Kepler, First Stakeholders Meeting, May 13-14, 2008 @UC Davis
I have already introduced the Scientific Workflow Management System: Kepler which we are using to process spatial information in some of our projects like RAPR/IVIP or LoFos. (see my blog). 
We have now been using Kepler for more than 2 Years and I believe we are starting to get some good expertise in using the platform, expertise that I intend to share at the first meeting of the Kepler Stakeholders which will be held at UC Davis May 13-14, 2008. This meeting is organized within the Kepler/CORE project which aims to further improve the Kepler platform with respect to its interdisciplinary domains of application.

We have now been using Kepler for more than 2 Years and I believe we are starting to get some good expertise in using the platform, expertise that I intend to share at the first meeting of the Kepler Stakeholders which will be held at UC Davis May 13-14, 2008. This meeting is organized within the Kepler/CORE project which aims to further improve the Kepler platform with respect to its interdisciplinary domains of application.
ctuot - 11. May, 22:44







Christopher James Tuot
Compression
one easy way to reduce the network transfer size is to enable gzip compression at the http level. This is usually done at the http server/web container level.
For example, with Tomcat you have to hack the server.xml file and include the MIME types in the compressableMimeType attribute, more information here: http://tomcat.apache.org/tomcat-5.5-doc/config/http.html
This may reduce the amount of data that is actually travelling over the network by 10 times, without the user noticing it (gzip compression is part of the HTTP standard, compatible clients will handle it transparently).
CGI Application Plugin?
Thx for the tip. This is a nice and easy solution for the GeoServer which runs in Tomcat. I have tried to find a similar solution for the UMN Mapserv (cgi application) and I found this CGI Application Plugin:
http://search.cpan.org/~rhesa/CGI-Application-Plugin-CompressGzip-1.00/lib/CGI/Application/Plugin/CompressGzip.pm
At the moment, I do not have the time to test the UMN Mapserver with the CGI GZIP Plugin but if it works this could be great!