ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

87 results

Roel Van de Paar
Java blocking queue (4 Solutions!!)

Java blocking queue Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks & praise to ...

4:18
Java blocking queue (4 Solutions!!)

23 views

3 years ago

Roel Van de Paar
Code Review: Java blocking queue download process scenario

Code Review: Java blocking queue download process scenario Helpful? Please support me on Patreon: ...

3:03
Code Review: Java blocking queue download process scenario

3 views

3 years ago

The Coding Gopher
99% of Developers Don't Get Sockets

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

12:05
99% of Developers Don't Get Sockets

470,212 views

8 months ago

Bulgarian Java User Group
Non-blocking Michael-Scott queue algorithm - Alexey Fyodorov

http://jprime.io/nav/article/129.

46:48
Non-blocking Michael-Scott queue algorithm - Alexey Fyodorov

2,396 views

8 years ago

Gerd Beneken
Woche 04 (6): BlockingQueue - Thread zu Thread Kommunikation

... wie man das ding jetzt praktisch einsetzt und wie das ding in java heißt so. Ich habe das mal zu demonstrieren mit den block inc ...

16:11
Woche 04 (6): BlockingQueue - Thread zu Thread Kommunikation

464 views

4 years ago

Roel Van de Paar
Code Review: Bounded blocking queue (5 Solutions!!)

Code Review: Bounded blocking queue Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

3:34
Code Review: Bounded blocking queue (5 Solutions!!)

15 views

3 years ago

Roel Van de Paar
Code Review: Blocking and non-blocking queue (2 Solutions!!)

Code Review: Blocking and non-blocking queue Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

2:27
Code Review: Blocking and non-blocking queue (2 Solutions!!)

10 views

3 years ago

Gain Java Knowledge
Java Collection Framework In One Video

Hi Friends, #GainJavaKnowledge Welcome to this channel Gain Java Knowledge. We are providing best content of Java in ...

1:51:43
Java Collection Framework In One Video

843 views

3 years ago

Roel Van de Paar
Code Review: Implementing multiple Producer Consumer using custom Blocking queue (3 Solutions!!)

Code Review: Implementing multiple Producer Consumer using custom Blocking queue Helpful? Please support me on Patreon: ...

4:06
Code Review: Implementing multiple Producer Consumer using custom Blocking queue (3 Solutions!!)

26 views

3 years ago

Roel Van de Paar
Code Review: Producer Consumer using custom blocking queue

Code Review: Producer Consumer using custom blocking queue Helpful? Please support me on Patreon: ...

3:00
Code Review: Producer Consumer using custom blocking queue

6 views

3 years ago

Roel Van de Paar
Code Review: Executor Service with Blocking Queue

Code Review: Executor Service with Blocking Queue Helpful? Please support me on Patreon: ...

3:08
Code Review: Executor Service with Blocking Queue

4 views

3 years ago

Roel Van de Paar
Code Review: Setup ordering in priority blocking queue

Code Review: Setup ordering in priority blocking queue Helpful? Please support me on Patreon: ...

2:20
Code Review: Setup ordering in priority blocking queue

1 view

3 years ago

Roel Van de Paar
Code Review: Find pairs of consecutive numbers fetched from blocking queues

Code Review: Find pairs of consecutive numbers fetched from blocking queues Helpful? Please support me on Patreon: ...

2:40
Code Review: Find pairs of consecutive numbers fetched from blocking queues

11 views

3 years ago

Roel Van de Paar
A thread-safe blocking FIFO queue

A thread-safe blocking FIFO queue Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

3:05
A thread-safe blocking FIFO queue

26 views

3 years ago

CppNow
Tony Van Eerd: An Interesting Lock-free Queue - Part 2 of N

This is a continuation of last year's talk on an "interesting" lock-free queue. ("interesting"? Well, "multi-producer, multi-consumer, ...

1:34:39
Tony Van Eerd: An Interesting Lock-free Queue - Part 2 of N

927 views

9 years ago

Roel Van de Paar
Blocking Queue in C++ using semaphores

Blocking Queue in C++ using semaphores Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

2:57
Blocking Queue in C++ using semaphores

186 views

3 years ago

Roel Van de Paar
Code Review: Thread-Safe and Lock-Free - Queue Implementation (5 Solutions!!)

Code Review: Thread-Safe and Lock-Free - Queue Implementation Helpful? Please support me on Patreon: ...

4:43
Code Review: Thread-Safe and Lock-Free - Queue Implementation (5 Solutions!!)

16 views

3 years ago

Roel Van de Paar
Code Review: Object Pool implementation using blocking queue

Code Review: Object Pool implementation using blocking queue Helpful? Please support me on Patreon: ...

2:58
Code Review: Object Pool implementation using blocking queue

1 view

3 years ago

Jef King
Queue: Competing Consumers Pattern

Enable multiple concurrent consumers to process messages received on the same messaging channel. This pattern enables a ...

2:28
Queue: Competing Consumers Pattern

3,236 views

10 years ago

FOSDEM
Building distributed systems with Msgflo Flow-based-programming over message queues

by Jon Nordby At: FOSDEM 2017 MsgFlo is a tool to build systems that span multiple processes and devices,for instance IoT ...

20:08
Building distributed systems with Msgflo Flow-based-programming over message queues

289 views

7 years ago

Raphael Fogel
Decouple all the things: Asynchronous messaging keeps it simple.  Kerstin Puschke at DevconTLV March

If a customer changes their address, it's often not enough to update their master data record. E.g. the component processing ...

25:38
Decouple all the things: Asynchronous messaging keeps it simple. Kerstin Puschke at DevconTLV March

399 views

9 years ago

FOSDEM
Latest evolution of Linux IO stack, explained for database people

by Ilya Kosmodemiansky At: FOSDEM 2019 ...

48:14
Latest evolution of Linux IO stack, explained for database people

2,464 views

6 years ago

CppNow
Tony Van Eerd: Lockfree Programming Part 2: Data Structures

A brief summary of last year's Intro talk, then continuing where we left off, with more Lockfree programming "FCD" -- Fear, Certainty ...

1:33:57
Tony Van Eerd: Lockfree Programming Part 2: Data Structures

1,297 views

12 years ago

ProgramArtist
What is Producer Consumer Design Pattern

In this episode I talk about the Producer-Consumer design pattern 00:06 Motivation - ordering app 01:15 Separating workers and ...

8:33
What is Producer Consumer Design Pattern

6,275 views

7 years ago

Hasgeek TV
Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains

This talk provides: 1. A crisp understanding of the JavaScript VM and how a single threaded engine can be massively parallel. 2.

38:24
Arindam Paul - JavaScript VM internals, EventLoop, Async and ScopeChains

165,471 views

10 years ago