You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2021/06/05 16:11:46 UTC

[GitHub] [james-project] chibenwa opened a new pull request #477: [PERFORMANCE] Use buffer output stream upon MessageManager::append

chibenwa opened a new pull request #477:
URL: https://github.com/apache/james-project/pull/477


   This lead to many calls to FileInputStream::read that
   triggers to much blocking calls.
   
   Before:
   
   ![file_input_stream_before](https://user-images.githubusercontent.com/6928740/120898012-507ebb00-c653-11eb-89e2-710b11baaced.png)
   
   After:
   
   ![file_input_stream_after](https://user-images.githubusercontent.com/6928740/120898016-55436f00-c653-11eb-837d-f1b5754b8168.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa merged pull request #477: [PERFORMANCE] Use buffer output stream upon MessageManager::append

Posted by GitBox <gi...@apache.org>.
chibenwa merged pull request #477:
URL: https://github.com/apache/james-project/pull/477


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org