[ 
https://issues.apache.org/jira/browse/IMAP-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707680#action_12707680
 ] 

Robert Burrell Donkin commented on IMAP-79:
-------------------------------------------

Start by consolidating multiple calls for data into a single MetaData objects. 
Though making the API more coursely grained represents a tradeoff, this data is 
closely related and more finely grained calls reintroduced if there is demand 
from other protocols.

> SELECT performance
> ------------------
>
>                 Key: IMAP-79
>                 URL: https://issues.apache.org/jira/browse/IMAP-79
>             Project: JAMES Imap
>          Issue Type: Improvement
>    Affects Versions: 0.1
>            Reporter: Robert Burrell Donkin
>             Fix For: 0.1
>
>
>  The SELECT command is too chatty at the moment I think. I get
> loads of calls to MailboxManager for the Mailbox just to put together a
> SELECT response.
>  o   The Mailbox object is requested several times (4) when it should
>  only be requested once and then you could get the values needed for the
>  response

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to