Skip to content
This repository was archived by the owner on Jan 3, 2022. It is now read-only.

Commit 2ed1a7c

Browse files
committed
Update README.md
1 parent fed7836 commit 2ed1a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
**Research paper on Multi-Threading vs. Multi-Processing** applies to Operating System & Application. The research analyzes the fundamental of multiprocess and multithreading programming. The report paper also explains the basics of how operating system functions, and OS Scheduler Algorithms. I also implement the Producer-Consumer Problem using Conditional Variables to explain issues in OS Scheduler. The research paper can be used as a good reference for multithreading Engineers, or embedded System Engineers when developing Multi-Threading and Multi-Processing applications.
55

6-
The source code folder also include code example of Java Multithreading that was retrieved from Udemy course "Multi threading application development using Java". These source code provided solid foudation for Java application developer. For more details please visit Udemy.com. Each folder exercise contain its own code and **Readme.md** file. Please refer to its for further details.
6+
The source code folder also include code example of Java Multithreading that was retrieved from Udemy course "Multi threading application development using Java". These source code provided solid foudation for Java application developer and can be applied For more details please visit Udemy.com. Each folder exercise contain its own code and **Readme.md** file. Please refer to its for further details.
77

88
Code examples for the online course [Java Multithreading, Concurrency & Performance Optimization](https://www.udemy.com/java-multithreading-concurrency-performance-optimization) of Author : **Michael Pogrebinsky**
99

0 commit comments

Comments
 (0)