What I observed from using CompressionFilter was that after roughly 570000 calls, RPC call times out. It was consistently reproducible.
CompressionFilterTest uses Zlib so I started to look at it. Please confirm that we use CompressionFilter correctly: if (useCompression) chain.addLast("compression", new CompressionFilter()); Thanks On Wed, Jan 27, 2010 at 9:55 AM, Ashish <paliwalash...@gmail.com> wrote: > On Wed, Jan 27, 2010 at 11:17 PM, Ted Yu <yuzhih...@gmail.com> wrote: > > Thanks for the hint. > > > > But I see: > > org.apache.mina.filter.compression.Zlib is not public in > > org.apache.mina.filter.compression; cannot be accessed from outside > package > > > > The class is internally used by the Filter, and Filter is what is to be > used. > Any specific needs to use the class directly? > > > On Wed, Jan 27, 2010 at 9:40 AM, Ashish <paliwalash...@gmail.com> wrote: > > > >> Its part of mina-filter-compression-2.0.0-RC1.jar > >> > >> On Wed, Jan 27, 2010 at 11:07 PM, Ted Yu <yuzhih...@gmail.com> wrote: > >> > Hi, > >> > We're using mina 2.0.0-RC1 > >> > I want to use org.apache.mina.filter.support.Zlib but couldn't find > the > >> jar > >> > file for that class. > >> > > >> > Can someone tell me where to find the jar file ? > >> > > >> > Thanks > >> > > >> > >> > >> > >> -- > >> thanks > >> ashish > >> > >> Blog: http://www.ashishpaliwal.com/blog > >> My Photo Galleries: http://www.pbase.com/ashishpaliwal > >> > > > > > > -- > thanks > ashish > > Blog: http://www.ashishpaliwal.com/blog > My Photo Galleries: http://www.pbase.com/ashishpaliwal >