You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2007/11/08 06:33:50 UTC

[jira] Resolved: (DIRMINA-292) Shared I/O processors.

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

Trustin Lee resolved DIRMINA-292.
---------------------------------

    Resolution: Fixed

Done.

A new class called SimpleIoProcessorPool (implements IoProcessor) has been introduced.  You can specify a SimpleIoProcessorPool in your constructor call for IoServices so they share the pool.

> Shared I/O processors.
> ----------------------
>
>                 Key: DIRMINA-292
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-292
>             Project: MINA
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Trustin Lee
>            Assignee: Trustin Lee
>             Fix For: 2.0.0-M1
>
>
> Currently, I/O processor threads belong to its parent IoService, which means that I/O processors cannot be shared among different services.  This becomes a serious issue when more than one service is deployed into the same JVM.  Therefore, we need a way to share the I/O processors among the services with the same transport type.

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