All pastes #395850 Raw Edit

Untitled

public text v1 · immutable
#395850 ·published 2007-03-15 10:13 UTC
rendered paste body
*--------------------------------------+----------------------------------------+
|                command line          |           Java Mojo                    |
*--------------------------------------+----------------------------------------+
| the VM exits as soon as the only     |  By default daemon threads are joined  |
| remaining threads are daemon threads | and interrupted once all known non     |
|                                      | daemon threads have quitted. The join  |
|                                      | timeout is customisable                |
|                                      | The user might wish to further cleanup |
|                                      | cleanup by stopping the unresponsive   |
|                                      | threads.                               |
|                                      | The user can disable the full extra    |
|                                      | thread management (interrupt/join/[stop])|
*--------------------------------------+----------------------------------------+