Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
431 results
Multi Threading and Thread Synchronization in Java.
248 views
7 years ago
Traditional and still prevalent concurrency model is based on threads and shared mutable state. Smalltalk is no different in that ...
112 views
8 years ago
Lecture on Computational Finance / Numerical Methods for Mathematical Finance. Session 08: Excursion on Parallelisation An ...
562 views
5 years ago
Concurrency is perhaps the most complex field of programming. It requires a knowledge of multiple fundamental principles, like ...
1,066 views
3 years ago
http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...
2,095 views
Akhon aktu vallagtache I think However I will try to continue on things that I really feel that I can add value on. kichu jinish maybe ...
10 views
10 months ago
Problems with concurrency are identified, atomicity and concurrency are contrasted, and race conditions are introduced.
6,698 views
13 years ago
Thread Synchronization. Synchronous and Asynchronous behavior of Java Thread.
20 views
2 years ago
The speech intended to cover basic concurrency theory. During the meeting we will touch the Java concurrency concepts. We will ...
376 views
4 years ago
Race conditions, low-level synchronization support, and an introduction to spinlocks.
1,916 views
10 years ago
Spinlocks and sleep locks are introduction, along with other synchronization primitives including locks, condition variables and ...
622 views
Threading-Multi thread and Synchronization.
237 views
9 years ago
In this lecture, we discuss some of the implementation details of multithreading. We show how the scheduler can switch from one ...
19,542 views
Traditionally in Java, we mix data and code in objects. While being beneficial in some cases, data encapsulation has a tendency ...
1,546 views
Streamed 4 years ago
In this lecture, we finish our discussion of synchronization using monitors by going through a detailed simulation of the ...
8,022 views
In this lecture, we continue discussing synchronization by finishing our user-level discussion of semaphores, then proceeding to ...
12,536 views
Heinz''s talk at the first edition of the jPrime conference (27.05.2015) From the first version of Java, we have been able to create ...
9,055 views
Completion of a discussion of critical sections, and an overview of locks and condition variables.
1,278 views
11 years ago
Deadlock, priority inversion, and a sample bounded buffer producer-consumer problem solved using condition variables.
1,531 views
Spinlocks, locks, and condition variables.
1,982 views