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