[
http://jira.jboss.com/jira/browse/JBREM-124?page=all ]
David Lloyd closed JBREM-124.
-----------------------------
Resolution: Won't Fix
Assignee: David Lloyd
This task will not be done directly. Remoting 3 will depend on MINA, which will
ultimately get an APR transport layer, so we'll get this for free.
implement APR transport
-----------------------
Key: JBREM-124
URL:
http://jira.jboss.com/jira/browse/JBREM-124
Project: JBoss Remoting
Issue Type: Task
Components: transport
Affects Versions: 1.2.0 final
Reporter: Tom Elrod
Assigned To: David Lloyd
Priority: Critical
Fix For: 3.0.0.Alpha1 (Otter)
Need to add support of Apache APR based transport. The APR code (from tomcat-connector
project) uses native code to manage threads and sockets. The end result is a much better
performance using a NIO type approach where only have threads in use for processing data
off the socket. When socket is idle, the threads are released and the native code will
callback to activate a thread to process the data.
This effort has already been started in JBossRemoting on a branch called apr_transport.
Will probably not be fully implemented till after 1.2.0 release.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira