Please also note, that using the standard Java GZipOutputStream has some severe
limitations: If you do a flush which is necessary after each serialized object written 
to
the stream, you basically loose your complete compression dictionary. The behaviour is
then as if you compress every object alone. In this case, there is no advantage of the
GZipSocket over the compressed payload object.

See the related bug in the bug parade:

http://developer.java.sun.com/developer/bugParade/bugs/4813885.html

Cheers, Joerg


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828331#3828331

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828331


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to