jigsaw servlet threading issues...

Hello Everyone:

Jigsaw Server + a servlet that implements Runnable interface

if I attempt to execute something like:

  Thread.currentThread().wait(interval);

The java interpreter says I don't own the thread.


* Are there restrictions on thread operations in servlets imposed by
Jigsaw security manager?

* Is there a mechanism for becoming owner of the thread?

-rob

Received on Thursday, 8 July 1999 11:16:14 UTC