-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Paul,

On 8/12/2010 11:34 AM, paul womack wrote:
> Caldarale, Charles R wrote:
>>> From: paul womack [mailto:pwom...@papermule.co.uk]
>>> Subject: Re: role of the various threads?
>>>
>>> Further reading has shown me that I'm using Tomcat5.5,
>>> and that the theads (above) are all running accept().
>>>
>>> I thought accept() was blocking?
>>
>> Depends on the particular JRE being used on the particular platform. 
>> I would expect them to be blocking in most instances, but some
>> esoteric systems use polling.  You're getting down to a level that
>> requires examination of not just Tomcat source code, but also JRE
>> source and the platform's TCP/IP stack source - a bit beyond the
>> normal scope of a support forum.
> 
> It appears that hprof is counting blocked threads
> (since that *is* what the program is "doing"
> for some meanings of "doing").
> 
> So the threads are "doing" accept() but not actively
> consuming cycles whilst running accept().
> 
> Sigh. Thanks, hprof.

:)

I think hprof was designed just to sample what the thread is doing
periodically, and if it's always doing the same, you don't really get
any interesting information. Can you tell us what hprof options you've
set, and possibly show us what output you got?

You might want to try hooking up a more fully-featured profiler to your
system and see what it can find.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxkN44ACgkQ9CaO5/Lv0PCGcQCdFCxSdBwVBSQaT1SFWvbhYfRq
JvoAnRW5XFkCY4r8MlX7G+mhc1vaZS9y
=2md4
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to