[ 
https://issues.apache.org/jira/browse/DIRSERVER-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Karasulu updated DIRSERVER-731:
------------------------------------

    Fix Version/s:     (was: 1.5.2)
                   1.5.3

Postpone again.  Until this is applied the server will be prone to DoS attacks.

> Streaming big objects
> ---------------------
>
>                 Key: DIRSERVER-731
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-731
>             Project: Directory ApacheDS
>          Issue Type: Improvement
>            Reporter: Emmanuel Lecharny
>            Priority: Critical
>             Fix For: 1.5.3
>
>
> We really need to implement a streming of big objects, like JpegPhoto, 
> otherwise the server can be killed trying to manage them.
> The problem is that they are stored entirely in memory, and this is not an 
> option for megabytes of data in a JVM. We should find a way to work with MINA 
> to send bytes on the fly (for instance by packets of 8kb). The very same when 
> we receive huge data : we should store them somwhere on the disk instead of 
> creating a byte[] large enough to store the data.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to