Hi

I've noticed that in several places (Executors and Connectors) it is
called the method Thread.setName

In an applet context (I'm developing multiplayer games) this is
forbidden by the sandbox, and a SecurityException arises.

I haven't looked deeply into the code... is this naming thing for
logging purposes only or does it have another meaning?

Can it be configured so in applet contexts for instance threads
doesn't get renamed? Or maybe wrap the call within a try / catch

If any of the answers is yes, I can modify it and supply a patch

Regards

Reply via email to