SocketConnector and SocketAcceptor. Add parameter in constructor to set if the
thread in the executor is a daemon thread.
-------------------------------------------------------------------------------------------------------------------------
Key: DIRMINA-669
URL: https://issues.apache.org/jira/browse/DIRMINA-669
Project: MINA
Issue Type: Improvement
Components: Core
Affects Versions: 1.1.7
Environment: Fedora Core 10. JDK1.6
Reporter: Gary
The user, sometimes, needs to use a daemon thread for the executor that the
SocketConnector and SocketAcceptor use. It would be good if a new constructor
with a parameter of boolean would exist to determine if the thread to be
created will be a daemon thread or not. The NewThreadExecutor class will need
changing too to support this feature. This would work better than implementing
an Executor just to set the daemon flag to true in the executor thread.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.