Thread management

To serve an outside invocation of a netlet method, the node must allocate a thread in which the method is executed. Netlets should avoid blocking these threads as the number of threads per netlet may be limited.

Additionally, netlets may create their own threads.



Ulf Leonhardt 2001-08-16