[jboss-jira] [JBoss JIRA] Updated: (JBREM-124) implement APR transport
Ron Sigal (JIRA)
jira-events at lists.jboss.org
Sat Sep 15 00:22:11 EDT 2007
[ http://jira.jboss.com/jira/browse/JBREM-124?page=all ]
Ron Sigal updated JBREM-124:
----------------------------
Fix Version/s: (was: 2.4.0.Beta1 (Pinto))
Assignee: (was: Tom Elrod)
> 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
> 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
More information about the jboss-jira
mailing list