[jboss-jira] [JBoss JIRA] Updated: (JBREM-124) implement APR transport
Tom Elrod (JIRA)
jira-events at jboss.com
Thu Dec 21 13:37:38 EST 2006
[ http://jira.jboss.com/jira/browse/JBREM-124?page=all ]
Tom Elrod updated JBREM-124:
-----------------------------
Fix Version/s: 2.2.0.Beta2 (Boon)
(was: 2.2.0.Beta1 (Bluto))
> 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: Tom Elrod
> Priority: Critical
> Fix For: 2.2.0.Beta2 (Boon), 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
More information about the jboss-jira
mailing list