You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Sai Pullabhotla (JIRA)" <ji...@apache.org> on 2009/09/07 19:00:57 UTC

[jira] Resolved: (FTPSERVER-322) Cache SSLContext and SSLSocketFacotry for each SSLConfiguration

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

Sai Pullabhotla resolved FTPSERVER-322.
---------------------------------------

    Resolution: Fixed

> Cache SSLContext and SSLSocketFacotry for each SSLConfiguration
> ---------------------------------------------------------------
>
>                 Key: FTPSERVER-322
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-322
>             Project: FtpServer
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.0.2
>            Reporter: Sai Pullabhotla
>             Fix For: 1.1.0
>
>
> FTPS performance could be better if we cache the SSLContext and SSLSocketFactory for each SslConfiguration. Current code creates SSLContext everytime a SSL connection has to be created, initializes the SSLContext using the TrustManagers and KeyManagers and then creates the SSLSocketFactory. Cache the SSLSocketFactory instead and reuse it when needed. For more information please see this thread on the developers' mailing list http://www.mail-archive.com/dev@mina.apache.org/msg13644.html. 

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