should provide additional thread pool to isolate running of the callback & 
event notification
---------------------------------------------------------------------------------------------

                 Key: GERONIMO-3689
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3689
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: AsyncHttpClient
    Affects Versions: 1.x
            Reporter: Sangjin Lee


The mina 1.1 documentation recommends disabling the default ThreadModel, as 
well as additionally providing an ExecutorFilter to isolate code that runs when 
events are notified (IoHandler) and thus in our case callback code.

The default ThreadModel should be disabled by 
SocketConnectorConfig.setThreadModel(ThreadModel.MANUAL), and there should be 
an option of supplying a thread pool at the end of the filter chain.

Please see http://mina.apache.org/configuring-thread-model.html for more 
discussion...


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

Reply via email to