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

Jesse,

On 1/25/2010 8:25 AM, Jesse Klaasse wrote:
> I don't know what you mean exactly by "re-intrant"

Re-entrant (never seen it as "re-intrant") means that more than one
thread of execution might be running the same code concurrently. I've
never heard this term used with languages that support threading
directly (where it's simply called concurrency), but Leon was basically
asking if your method was threadsafe (or if it didn't matter, because
there was no shared data in the mix).

> but your comment points out I have created an endless while-loop!

Oops. That ought to create 100% usage :)

cvs diff is your friend :)

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

iEYEARECAAYFAktd9OQACgkQ9CaO5/Lv0PBISACfYFKQcf43RwMJbl6zdRKayQOF
Bj8AoKWHB2N7iX0iZB7Sjx06AFC67nTp
=LEu4
-----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