You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2005/05/13 09:02:22 UTC

[jira] Created: (DIRMINA-38) Adding a flush method to ProtocolEncoderOutput

Adding a flush method to ProtocolEncoderOutput
----------------------------------------------

         Key: DIRMINA-38
         URL: http://issues.apache.org/jira/browse/DIRMINA-38
     Project: Directory MINA
        Type: Improvement
    Reporter: Emmanuel Lecharny
    Priority: Minor


It would be very interesting to have a flush method in ProtocolEncoderOutput interface, allowing the caller to send chunks of PDU without creating a full bufer to store it. The memory footprint could be greatly improved.

This method could be blocking or not blocking (i.e, MINA could return a status after having sent the PDU chunk - blocking mode - or storing the PDU chunk in it's own buffer pool, and returning). 

wdyt?

-- 
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-38) Adding a flush method to ProtocolEncoderOutput

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

I'll fix this issue in 0.9 stream with 'Future' enhancement.  Is that OK?

> Adding a flush method to ProtocolEncoderOutput
> ----------------------------------------------
>
>          Key: DIRMINA-38
>          URL: http://issues.apache.org/jira/browse/DIRMINA-38
>      Project: Directory MINA
>         Type: Improvement
>     Versions: 0.7, 0.8, 0.7.1
>     Reporter: Emmanuel Lecharny
>     Priority: Minor
>      Fix For: 0.9

>
> It would be very interesting to have a flush method in ProtocolEncoderOutput interface, allowing the caller to send chunks of PDU without creating a full bufer to store it. The memory footprint could be greatly improved.
> This method could be blocking or not blocking (i.e, MINA could return a status after having sent the PDU chunk - blocking mode - or storing the PDU chunk in it's own buffer pool, and returning). 
> wdyt?

-- 
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-38) Adding a flush method to ProtocolEncoderOutput

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

Trustin Lee reassigned DIRMINA-38:
----------------------------------

    Assign To: Trustin Lee

> Adding a flush method to ProtocolEncoderOutput
> ----------------------------------------------
>
>          Key: DIRMINA-38
>          URL: http://issues.apache.org/jira/browse/DIRMINA-38
>      Project: Directory MINA
>         Type: Improvement
>     Versions: 0.7, 0.7.1, 0.8
>     Reporter: Emmanuel Lecharny
>     Assignee: Trustin Lee
>     Priority: Minor
>      Fix For: 0.9

>
> It would be very interesting to have a flush method in ProtocolEncoderOutput interface, allowing the caller to send chunks of PDU without creating a full bufer to store it. The memory footprint could be greatly improved.
> This method could be blocking or not blocking (i.e, MINA could return a status after having sent the PDU chunk - blocking mode - or storing the PDU chunk in it's own buffer pool, and returning). 
> wdyt?

-- 
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-38) Adding a flush method to ProtocolEncoderOutput

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


It has been closed a looooong time ago !

> Adding a flush method to ProtocolEncoderOutput
> ----------------------------------------------
>
>          Key: DIRMINA-38
>          URL: http://issues.apache.org/jira/browse/DIRMINA-38
>      Project: Directory MINA
>         Type: Improvement
>     Versions: 0.7, 0.8, 0.7.1
>     Reporter: Emmanuel Lecharny
>     Assignee: Trustin Lee
>     Priority: Minor
>      Fix For: 0.9

>
> It would be very interesting to have a flush method in ProtocolEncoderOutput interface, allowing the caller to send chunks of PDU without creating a full bufer to store it. The memory footprint could be greatly improved.
> This method could be blocking or not blocking (i.e, MINA could return a status after having sent the PDU chunk - blocking mode - or storing the PDU chunk in it's own buffer pool, and returning). 
> wdyt?

-- 
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-38) Adding a flush method to ProtocolEncoderOutput

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

    Resolution: Fixed

ProtocolEncoderOutput has flush() method that returns WriteFuture now.

> Adding a flush method to ProtocolEncoderOutput
> ----------------------------------------------
>
>          Key: DIRMINA-38
>          URL: http://issues.apache.org/jira/browse/DIRMINA-38
>      Project: Directory MINA
>         Type: Improvement
>     Versions: 0.7, 0.8, 0.7.1
>     Reporter: Emmanuel Lecharny
>     Assignee: Trustin Lee
>     Priority: Minor
>      Fix For: 0.9

>
> It would be very interesting to have a flush method in ProtocolEncoderOutput interface, allowing the caller to send chunks of PDU without creating a full bufer to store it. The memory footprint could be greatly improved.
> This method could be blocking or not blocking (i.e, MINA could return a status after having sent the PDU chunk - blocking mode - or storing the PDU chunk in it's own buffer pool, and returning). 
> wdyt?

-- 
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-38) Adding a flush method to ProtocolEncoderOutput

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

Trustin Lee updated DIRMINA-38:
-------------------------------

        Version: 0.7
                 0.7.1
                 0.8
    Fix Version: 0.9

> Adding a flush method to ProtocolEncoderOutput
> ----------------------------------------------
>
>          Key: DIRMINA-38
>          URL: http://issues.apache.org/jira/browse/DIRMINA-38
>      Project: Directory MINA
>         Type: Improvement
>     Versions: 0.7, 0.8, 0.7.1
>     Reporter: Emmanuel Lecharny
>     Priority: Minor
>      Fix For: 0.9

>
> It would be very interesting to have a flush method in ProtocolEncoderOutput interface, allowing the caller to send chunks of PDU without creating a full bufer to store it. The memory footprint could be greatly improved.
> This method could be blocking or not blocking (i.e, MINA could return a status after having sent the PDU chunk - blocking mode - or storing the PDU chunk in it's own buffer pool, and returning). 
> wdyt?

-- 
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