[jboss-jira] [JBoss JIRA] Created: (JGRP-438) Move renaming of thread from IncomingPacket.run() out of the critical path

Bela Ban (JIRA) jira-events at lists.jboss.org
Thu Mar 15 13:01:32 EDT 2007


Move renaming of thread from IncomingPacket.run() out of the critical path
--------------------------------------------------------------------------

                 Key: JGRP-438
                 URL: http://jira.jboss.com/jira/browse/JGRP-438
             Project: JGroups
          Issue Type: Task
    Affects Versions: 2.4.1 SP1
            Reporter: Bela Ban
         Assigned To: Bela Ban
             Fix For: 2.5


For performance reasons, we cannot rename the current thread every time a job is submitted to the thread pool, this needs to be moved into the thread factory which is associated with the thread pool, so that a thread is only renamed when created, not every time a message is received

-- 
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