Java Threads: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
For an example of what happens when the number of Linux processes allowed to an user is reached, see {{Internal|Max_User_Processes_and_Java_OutOfMemoryError_%22unable_to_create_new_native_thread%22|OutOfMemoryError "unable to create new native thread"}} | For an example of what happens when the number of Linux processes allowed to an user is reached, see {{Internal|Max_User_Processes_and_Java_OutOfMemoryError_%22unable_to_create_new_native_thread%22|OutOfMemoryError "unable to create new native thread"}} | ||
A simple Java program that allows experimenting with threads: {{External|}} |
Revision as of 22:20, 21 April 2017
Internal
Subjects
Concepts
Daemon Thread
Java Threads and Linux Processes
For an example of what happens when the number of Linux processes allowed to an user is reached, see
A simple Java program that allows experimenting with threads: