[concurrency-interest] dl.util.concurrent v1.3.4, PooledExecu
tor, LinkedQueue, shutdownN ow and hangup
Bathula, Shailender
Shailender.Bathula at airnz.co.nz
Sun Mar 13 16:25:37 EST 2005
Thanks for your response.
The problem described did not occur when we ran the test case using
backport-util-concurrent-1.1 and we ended up using that. Our code has been
through testing and is in production now. At the moment we are forced to use
LinuxThreads as v5.1 of WebSphere we are using does not support NPTL even
on a NPTL-enhanced kernel
(http://publib.boulder.ibm.com/infocenter/ws51help/index.jsp?topic=/com.ibm.
websphere.base.doc/info/aes/ae/cins_nptl.html) Apparently v6.0 of WebSphere
supports NPTL.
Regards,
Shailender
-----Original Message-----
From: Doug Lea [mailto:dl at cs.oswego.edu]
Sent: Saturday, 22 January 2005 3:46 a.m.
To: Bathula, Shailender
Cc: concurrency-interest at altair.cs.oswego.edu
Subject: Re: [concurrency-interest] dl.util.concurrent v1.3.4,
PooledExecutor, LinkedQueue, shutdownN ow and hangup
I ran your test program a few times to completion without errors or problems
on a more recent linux kernel and using hotspot. My best guess is that your
very old (2.4.9) linux kernel is to blame here. Everyone running Java on
linux should be using either NPTL-enhanced 2.4 kernels (e.g., from redhat
9+) or 2.6 kernels. There were many, many Java threading problems on
pre-NPTL kernels.
-Doug
____________________________________________________________________
CAUTION - This message may contain privileged and confidential
information intended only for the use of the addressee named above.
If you are not the intended recipient of this message you are hereby
notified that any use, dissemination, distribution or reproduction
of this message is prohibited. If you have received this message in
error please notify Air New Zealand immediately. Any views expressed
in this message are those of the individual sender and may not
necessarily reflect the views of Air New Zealand.
_____________________________________________________________________
For more information on the Air New Zealand Group, visit us online
at http://www.airnewzealand.com
_____________________________________________________________________
More information about the Concurrency-interest
mailing list