You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2011/08/23 21:58:30 UTC

[jira] [Created] (IMAP-334) Only use one Thread for Idle keep-alives

Only use one Thread for Idle keep-alives
----------------------------------------

                 Key: IMAP-334
                 URL: https://issues.apache.org/jira/browse/IMAP-334
             Project: JAMES Imap
          Issue Type: Improvement
          Components: Protocol
            Reporter: Norman Maurer
            Assignee: Norman Maurer
            Priority: Minor


At the moment we schedule one thread per connection for keep alives. We should better use a pool of x threads for the keep alives so we don't have the one thread per connection overhead all the time. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Resolved] (IMAP-334) Only use one Thread for Idle keep-alives

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved IMAP-334.
--------------------------------

       Resolution: Invalid
    Fix Version/s: 0.3

I was wrong.. we use a pool

> Only use one Thread for Idle keep-alives
> ----------------------------------------
>
>                 Key: IMAP-334
>                 URL: https://issues.apache.org/jira/browse/IMAP-334
>             Project: JAMES Imap
>          Issue Type: Improvement
>          Components: Protocol
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>            Priority: Minor
>             Fix For: 0.3
>
>
> At the moment we schedule one thread per connection for keep alives. We should better use a pool of x threads for the keep alives so we don't have the one thread per connection overhead all the time. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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