By the way, if y'all want to debug threads in Java you should know about the thread-dump feature. Under UNIX you can get a dump by sending SIGQUIT to the process. Under Windows control-break. This will give you the list of threads with stack traces and also locks and such. Very useful for figuring out infinite loops, infinite waits and other snags. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20010223/fcbf51ab/attachment.pgp>
