Torrent Downloads » Other » [ TutSala com ] Udemy - Java Multithreading, Concurrency & Performance Optimization
Other
[ TutSala com ] Udemy - Java Multithreading, Concurrency & Performance Optimization
Torrent info
Name:[ TutSala com ] Udemy - Java Multithreading, Concurrency & Performance Optimization
Infohash: 2F94EFC8C12CBC9C929F6A6B05DF5B71C81FCC7C
Total Size: 1.01 GB
Magnet: Magnet Download
Seeds: 1
Leechers: 0
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2025-10-08 01:35:17 (Update Now)
Torrent added: 2021-11-10 03:06:19
Alternatives:[ TutSala com ] Udemy - Java Multithreading, Concurrency & Performance Optimization Torrents
Torrent Files List
Get Bonus Downloads Here.url (Size: 1.01 GB) (Files: 225)
Get Bonus Downloads Here.url
~Get Your Files Here !
1 - Introduction
1 - Motivation & Operating Systems fundamentals- Part 1.mp4
1 - Motivation & Operating Systems fundamentals- Part 1_en.srt
2 - Operating Systems Fundamentals - Part 2.mp4
2 - Operating Systems Fundamentals - Part 2_en.srt
external-assets-links.txt
10 - Beyond Multithreading - Final Lecture
1 - Distributed Systems, Big Data & Performance.mp4
1 - Distributed Systems, Big Data & Performance_en.srt
2 - Bonus Section.html
external-assets-links.txt
2 - Threading fundamentals - Thread Creation
1 - Tips about Coding Lectures and Debugging Instructions.html
2 - Threads Creation - Part 1, Thread Capabilities & Debugging.mp4
2 - Threads Creation - Part 1, Thread Capabilities & Debugging_en.srt
3 - Threads Creation - Part 2. Thread Inheritance.mp4
3 - Threads Creation - Part 2. Thread Inheritance_en.srt
4 - Thread Creation - MultiExecutor Solution.html
external-assets-links.txt
thread-creation-part2-example
LICENSE
README.md
idea
description.html
encodings.xml
misc.xml
modules.xml
project-template.xml
workspace.xml
src
Main.java
thread-creation-part2-example.iml
threads-creation-part1
LICENSE
README.md
idea
description.html
encodings.xml
misc.xml
modules.xml
project-template.xml
uiDesigner.xml
workspace.xml
src
Main1.java
Main2.java
threads-creation-part1.iml
3 - Threading fundamentals - Thread Coordination
1 - Thread Termination & Daemon Threads.mp4
1 - Thread Termination & Daemon Threads_en.srt
2 - Joining Threads.mp4
2 - Joining Threads_en.srt
3 - Multithreaded Calculation - Solution.html
joining-threads-example
LICENSE
README.md
idea
encodings.xml
misc.xml
modules.xml
workspace.xml
joining-threads-example.iml
src
Main.java
thread-termination-example
LICENSE
README.md
idea
encodings.xml
misc.xml
modules.xml
uiDesigner.xml
workspace.xml
out
production
thread-termination-example
Main1$BlockingTask.class
Main1.class
Main2$LongComputationTask.class
Main2.class
Main3$LongComputationTask.class
Main3.class
src
Main1.java
Main2.java
Main3.java
thread-termination-example.iml
4 - Performance Optimization
1 - Introduction to Performance & Optimizing for Latency - Part 1.mp4
1 - Introduction to Performance & Optimizing for Latency - Part 1_en.srt
2 - Optimizing for Latency Part 2 - Image Processing.mp4
2 - Optimizing for Latency Part 2 - Image Processing_en.srt
3 - Additional Resource - Image Processing, Color Spaces, Extraction & Manipulation.html
4 - Optimizing for Throughput Part 1.mp4
4 - Optimizing for Throughput Part 1_en.srt
5 - Optimizing for Throughput Part 2 - HTTP server + Jmeter.mp4
5 - Optimizing for Throughput Part 2 - HTTP server + Jmeter_en.srt
optimizing-for-latency-example
LICENSE
README.md
idea
encodings.xml
misc.xml
modules.xml
workspace.xml
optimizing-for-latency-example.iml
resources
many-flowers.jpg
src
Main.java
optimizing-for-throughput-example
LICENSE
README.md
idea
encodings.xml
misc.xml
modules.xml
workspace.xml
optimizing-for-throughput-example.iml
resources
performance_test_plan.jmx
search_words.csv
war_and_peace.txt
src
ThroughputHttpServer.java
5 - Data Sharing between Threads
1 - Stack & Heap Memory Regions.mp4
1 - Stack & Heap Memory Regions_en.srt
2 - Resource Sharing & Introduction to Critical Sections.mp4
2 - Resource Sharing & Introduction to Critical Sections_en.srt
introduction-to-critical-sections-example
LICENSE
README.md
idea
encodings.xml
misc.xml
modules.xml
workspace.xml
introduction-to-critical-sections-example.iml
src
Main.java
6 - The Concurrency Challenges & Solutions
1 - Critical Section & Synchronization.mp4
1 - Critical Section & Synchronization_en.srt
2 - Atomic Operations, Volatile & Metrics practical example.mp4
2 - Atomic Operations, Volatile & Metrics practical example_en.srt
3 - Min - Max Metrics - Solution.html
4 - Race Conditions & Data Races.mp4
4 - Race Conditions & Data Races_en.srt
5 - Locking Strategies & Deadlocks.mp4
5 - Locking Strategies & Deadlocks_en.srt
application-metrics-example
LICENSE
README.md
application-metrics-example.iml
idea
encodings.xml
misc.xml
modules.xml
workspace.xml
src
Main.java
critical-sections-and-synchronization-example
LICENSE
README.md
critical-sections-and-synchronization-example.iml
idea
encodings.xml
misc.xml
modules.xml
workspace.xml
src
Main.java
data-races-example
LICENSE
README.md
data-races.iml
idea
encodings.xml
misc.xml
modules.xml
workspace.xml
src
Main.java
deadlocks-example
LICENSE
README.md
deadlocks-example.iml
idea
encodings.xml
misc.xml
modules.xml
workspace.xml
src
Main.java
external-assets-links.txt
7 - Advanced Locking
1 - ReentrantLock Part 1 - tryLock and interruptible Lock.mp4
1 - ReentrantLock Part 1 - tryLock and interruptible Lock_en.srt
1 - ReentrantLock Part 1 - tryLock and interruptible Lock_en.vtt
2 - ReentrantLock Part 2 - User Interface Application example.mp4
2 - ReentrantLock Part 2 - User Interface Application example_en.srt
3 - Reentrant Read Write Lock & Database Implementation.mp4
3 - Reentrant Read Write Lock & Database Implementation_en.srt
4 - Product Reviews Service - Solution.html
read-write-lock-example
LICENSE
README.md
idea
encodings.xml
misc.xml
modules.xml
workspace.xml
out
production
read-write-lock-example
Main$InventoryDatabase.class
Main.class
read-write-lock-example.iml
src
Main.java
reentrantlock-example
LICENSE
README.md
idea
compiler.xml
encodings.xml
misc.xml
workspace.xml
pom.xml
reentrantlock-example.iml
src
main
java
Main.java
target
classes
Main$1.class
Main$PriceUpdater.class
Main$PricesContainer.class
Main.class
maven-status
maven-compiler-plugin
compile
default-compile
createdFiles.lst
inputFiles.lst
8 - Inter-Thread Communication
1 - Semaphore - Scalable Producer Consumer implementation.mp4
1 - Semaphore - Scalable Producer Consumer implementation_en.srt
2 - Condition Variables - All purpose, Inter-Thread Communication.mp4
2 - Condition Variables - All purpose, Inter-Thread Communication_en.srt
3 - Objects as Condition Variables - wait(), notify() and notifyAll().mp4
3 - Objects as Condition Variables - wait(), notify() and notifyAll()_en.srt
4 - Simple CountDownLatch - Solution.html
wait-notify-example
LICENSE
README.md
idea
encodings.xml
misc.xml
modules.xml
workspace.xml
src
MainApplication.java
MatricesGenerator.java
wait-notify-example.iml
9 - Lock-Free Algorithms, Data-Structures & Techniques
1 - Introduction to Non-blocking, Lock Free operations.mp4
1 - Introduction to Non-blocking, Lock Free operations_en.srt
2 - Atomic Integers & Lock Free E-Commerce.mp4
2 - Atomic Integers & Lock Free E-Commerce_en.srt
3 - Atomic References, Compare And Set, Lock-Free High Performance Data Structure.mp4
3 - Atomic References, Compare And Set, Lock-Free High Performance Data Structure_en.srt
atomic-integer-example
LICENSE
README.md
atomic-integer-example.iml
idea
encodings.xml
misc.xml
modules.xml
workspace.xml
src
Main.java
atomic-reference-example
LICENSE
README.md
atomic-reference-example.iml
idea
encodings.xml
misc.xml
modules.xml
workspace.xml
src
Main.java
external-assets-links.txt
Bonus Resources.txt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ TutSala com ] Udemy - Java Multithreading, Concurrency & Performance Optimization Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size





