You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Rich Scheuerle (JIRA)" <ji...@apache.org> on 2007/11/26 16:10:43 UTC

[jira] Assigned: (WSCOMMONS-282) Performance: Remove the construction of MimeBodyPart from PartOnMemory

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

Rich Scheuerle reassigned WSCOMMONS-282:
----------------------------------------

    Assignee: Nikhil Thaker  (was: Rich Scheuerle)

> Performance: Remove the construction of MimeBodyPart from PartOnMemory
> ----------------------------------------------------------------------
>
>                 Key: WSCOMMONS-282
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-282
>             Project: WS-Commons
>          Issue Type: Improvement
>            Reporter: Rich Scheuerle
>            Assignee: Nikhil Thaker
>
> Problem:
> PartOnMemory creates a MimeBodyPart to represent the part.  This is an expensive call.
> PartOnFile never creates a MimeBodyPart.
> Solution:
> Refactor the code to use the same logic for PartOnMemory and PartOnFile so that MimeBodyPart creation is avoided.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org