You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Vinod Panicker (JIRA)" <ji...@apache.org> on 2006/03/02 11:09:45 UTC

[jira] Created: (DIRMINA-179) Stream compression support

Stream compression support
--------------------------

         Key: DIRMINA-179
         URL: http://issues.apache.org/jira/browse/DIRMINA-179
     Project: Directory MINA
        Type: New Feature
    Versions: 0.9.2    
 Environment: All
    Reporter: Vinod Panicker


A MINA filter that supports Stream compression using the zlib algorithm.  Since it needs to stream data, it should support partial flushes, using the Z_SYNC_FLUSH / Z_PARTIAL_FLUSH method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DIRMINA-179) Stream compression support

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DIRMINA-179?page=comments#action_12370671 ] 

Trustin Lee commented on DIRMINA-179:
-------------------------------------

Vinod's update:

Vinod: in Zlib.java
Z_PARTIAL_FLUSH has to be replaced with Z_SYNC_FLUSH
my mistake
Trustin: Oh I see.
Vinod: it doesnt make a difference actually
but its potentially confusing


> Stream compression support
> --------------------------
>
>          Key: DIRMINA-179
>          URL: http://issues.apache.org/jira/browse/DIRMINA-179
>      Project: Directory MINA
>         Type: New Feature
>  Environment: All
>     Reporter: Vinod Panicker
>     Assignee: Trustin Lee
>      Fix For: 0.9.3
>  Attachments: filter-compression.patch
>
> A MINA filter that supports Stream compression using the zlib algorithm.  Since it needs to stream data, it should support partial flushes, using the Z_SYNC_FLUSH / Z_PARTIAL_FLUSH method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DIRMINA-179) Stream compression support

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-179?page=all ]
     
Trustin Lee resolved DIRMINA-179:
---------------------------------

    Resolution: Fixed

Applied your patch:

http://svn.apache.org/viewcvs?rev=385235&view=rev

Please review it and close this issue.  We could create another issue to add more compression algorithms.

> Stream compression support
> --------------------------
>
>          Key: DIRMINA-179
>          URL: http://issues.apache.org/jira/browse/DIRMINA-179
>      Project: Directory MINA
>         Type: New Feature
>  Environment: All
>     Reporter: Vinod Panicker
>     Assignee: Trustin Lee
>      Fix For: 0.9.3
>  Attachments: filter-compression.patch
>
> A MINA filter that supports Stream compression using the zlib algorithm.  Since it needs to stream data, it should support partial flushes, using the Z_SYNC_FLUSH / Z_PARTIAL_FLUSH method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DIRMINA-179) Stream compression support

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-179?page=all ]

Trustin Lee updated DIRMINA-179:
--------------------------------

    Fix Version: 0.9.3
        Version:     (was: 0.9.2)

Thanks for this cool filter!!!

I'll include it in 0.93.

> Stream compression support
> --------------------------
>
>          Key: DIRMINA-179
>          URL: http://issues.apache.org/jira/browse/DIRMINA-179
>      Project: Directory MINA
>         Type: New Feature
>  Environment: All
>     Reporter: Vinod Panicker
>      Fix For: 0.9.3
>  Attachments: filter-compression.patch
>
> A MINA filter that supports Stream compression using the zlib algorithm.  Since it needs to stream data, it should support partial flushes, using the Z_SYNC_FLUSH / Z_PARTIAL_FLUSH method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (DIRMINA-179) Stream compression support

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-179?page=all ]

Trustin Lee reassigned DIRMINA-179:
-----------------------------------

    Assign To: Trustin Lee

> Stream compression support
> --------------------------
>
>          Key: DIRMINA-179
>          URL: http://issues.apache.org/jira/browse/DIRMINA-179
>      Project: Directory MINA
>         Type: New Feature
>  Environment: All
>     Reporter: Vinod Panicker
>     Assignee: Trustin Lee
>      Fix For: 0.9.3
>  Attachments: filter-compression.patch
>
> A MINA filter that supports Stream compression using the zlib algorithm.  Since it needs to stream data, it should support partial flushes, using the Z_SYNC_FLUSH / Z_PARTIAL_FLUSH method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DIRMINA-179) Stream compression support

Posted by "Vinod Panicker (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-179?page=all ]
     
Vinod Panicker closed DIRMINA-179:
----------------------------------


Thanks for including this.

> Stream compression support
> --------------------------
>
>          Key: DIRMINA-179
>          URL: http://issues.apache.org/jira/browse/DIRMINA-179
>      Project: Directory MINA
>         Type: New Feature
>  Environment: All
>     Reporter: Vinod Panicker
>     Assignee: Trustin Lee
>      Fix For: 0.9.3
>  Attachments: filter-compression.patch
>
> A MINA filter that supports Stream compression using the zlib algorithm.  Since it needs to stream data, it should support partial flushes, using the Z_SYNC_FLUSH / Z_PARTIAL_FLUSH method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DIRMINA-179) Stream compression support

Posted by "Vinod Panicker (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-179?page=all ]

Vinod Panicker updated DIRMINA-179:
-----------------------------------

    Attachment: filter-compression.patch

The compression filter implementation.  This is against the mina 0.9.2 release.

> Stream compression support
> --------------------------
>
>          Key: DIRMINA-179
>          URL: http://issues.apache.org/jira/browse/DIRMINA-179
>      Project: Directory MINA
>         Type: New Feature
>     Versions: 0.9.2
>  Environment: All
>     Reporter: Vinod Panicker
>  Attachments: filter-compression.patch
>
> A MINA filter that supports Stream compression using the zlib algorithm.  Since it needs to stream data, it should support partial flushes, using the Z_SYNC_FLUSH / Z_PARTIAL_FLUSH method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira