ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

327 results

ProfeSoro
Creación de un Pool de Hilos en Java con ExecutorService

En este vídeo se explica cómo crear un pool de hilos para atender tareas mediante la clase ExecutorService de Java.

5:44
Creación de un Pool de Hilos en Java con ExecutorService

3,232 views

5 years ago

Engineering Community
JDK Thread Pools: Pitfalls & Hidden Gems. (Eng) by Mikhail Horbunov

A presentation about the use and misuse of JDK Thread Pools. In-depth review of configuration options and which of them to ...

1:16:58
JDK Thread Pools: Pitfalls & Hidden Gems. (Eng) by Mikhail Horbunov

375 views

5 years ago

Bulgarian Java User Group
Butcher Virtual Threads like a pro!, Piotr Przybył

Java™ 21 is real now. And so are virtual threads. Everyone got excited about them, yet you prefer to keep your Java 8 job forever, ...

50:12
Butcher Virtual Threads like a pro!, Piotr Przybył

119 views

1 year ago

Cave of Programming
Advanced Java: Multi-threading Part 5 -- Thread Pools

More courses! Free C++ course: https://www.udemy.com/course/free-learn-c-tutorial-beginners/?

9:11
Advanced Java: Multi-threading Part 5 -- Thread Pools

134,708 views

14 years ago

ID1212, Network Programming
The JVM's built-in thread pool and the class CompletableFuture

This video gives an overview of the built-in thread pool and the class CompletableFuture, which are both used in programming ...

5:15
The JVM's built-in thread pool and the class CompletableFuture

160 views

7 years ago

Roel Van de Paar
Thread pool implementation in Java

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

3:00
Thread pool implementation in Java

10 views

3 years ago

The Debug Zone
How to Implement a Blocking Thread Pool Executor in Java: A Step-by-Step Guide

In this video, we will explore the concept of a Blocking Thread Pool Executor in Java, a powerful tool for managing concurrent ...

4:12
How to Implement a Blocking Thread Pool Executor in Java: A Step-by-Step Guide

9 views

10 months ago

Carlos Lopez
Cached Thread Pool

Explicación didáctica de el uso de executors en Java.

4:13
Cached Thread Pool

165 views

6 years ago

Coder Never Give Up
Advanced Java Multi threading Part 1    Starting Threads

Thread in java.

9:59
Advanced Java Multi threading Part 1 Starting Threads

110 views

10 years ago

OpenWebinars
CÓMO USAR THREAD POOL EN C++

Aprende a crear tus propios thread pool en C++, primero de forma teórica y después con un caso práctico.▻▻ Suscríbete para ...

5:58
CÓMO USAR THREAD POOL EN C++

3,496 views

7 years ago

Bulgarian Java User Group
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

Writing correct, thread-safe code is notoriously challenging. Unlike single-threaded code, concurrency bugs often remain hidden, ...

48:10
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

973 views

9 months ago

Engineering Community
Java Concurrency Essentials by Bogdan Komar

The speech intended to cover basic concurrency theory. During the meeting we will touch the Java concurrency concepts. We will ...

51:19
Java Concurrency Essentials by Bogdan Komar

376 views

4 years ago

The Debug Zone
Using Thread Pools for Parallel Message Processing While Preserving Order

In this video, we delve into the concept of thread pools and their crucial role in parallel message processing. As systems become ...

6:12
Using Thread Pools for Parallel Message Processing While Preserving Order

2 views

1 year ago

StableCoder
122 - Thread Pool Reliability Improvements

The last sessions work was indeed an improvement, where the MTTF improved from fifty runs to thousands, but that MTTF of ...

1:26:06
122 - Thread Pool Reliability Improvements

13 views

4 years ago

Roel Van de Paar
Removing idle threads from thread pool in Java? (2 Solutions!!)

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:22
Removing idle threads from thread pool in Java? (2 Solutions!!)

44 views

7 months ago

Roel Van de Paar
Implementing a thread pool for task execution

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

3:05
Implementing a thread pool for task execution

3 views

3 years ago

Toronto Java Users Group
2023-05 Virtual Threads: Ushering in a New Era of Concurrency

Presented by: A N M Bazlur Rahman Project Loom introduces virtual threads, lightweight threads that aim to dramatically reduce ...

1:08:00
2023-05 Virtual Threads: Ushering in a New Era of Concurrency

71 views

2 years ago

Roel Van de Paar
Moving from normal threads to ExecutorService thread pools in java (2 Solutions!!)

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:34
Moving from normal threads to ExecutorService thread pools in java (2 Solutions!!)

3 views

3 years ago

Roel Van de Paar
Code Review: Design of thread pool reuse with Executors.newFixedThreadPool in Java (2 Solutions!!)

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:50
Code Review: Design of thread pool reuse with Executors.newFixedThreadPool in Java (2 Solutions!!)

18 views

3 years ago

Otavio Santana
Unlocking Performance: Exploring Java 21 Virtual Threads

In this Java 21 tutorial, we delve into the world of virtual threads, a game-changer for developers. Learn how virtual threads differ ...

9:53
Unlocking Performance: Exploring Java 21 Virtual Threads

1,430 views

2 years ago

SouJava
SouJava Talks: Creating a Million Virtual Threads Using Project Loom by A N M Bazlur Rahman

Details SouJava would like to announce that we'll be pleased to have Bazlur Rahman (@bazlur_rahman) presenting "Creating a ...

1:31:51
SouJava Talks: Creating a Million Virtual Threads Using Project Loom by A N M Bazlur Rahman

491 views

Streamed 3 years ago

Design Patterns Lectures
The Proactor and Reactor Design Patterns

In this video, the Proactor and Reactor design patterns are explained. Both address the problem of having to process requests by ...

3:48
The Proactor and Reactor Design Patterns

8,283 views

5 years ago

Peter Schneider
Codereview: Threads in Java with ExecutorService

Threads in Java with ExecutorService I hope you found a solution that worked for you :) The Content is licensed under ...

3:07
Codereview: Threads in Java with ExecutorService

2 views

1 year ago

Voxxed Days Luxembourg
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines (Riccardo LIPPOLIS)

Voxxed Days Luxembourg 2023 Room: AmigaOS Type: Conference Java Virtual Threads are a new and upcoming feature that ...

49:48
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines (Riccardo LIPPOLIS)

4,943 views

2 years ago

StableCoder
052 - Asynchronous Material Loading and the Thread Pool

As part of the resource management, one of the more integral things required in a modern implementation is to have resources ...

1:18:17
052 - Asynchronous Material Loading and the Thread Pool

19 views

5 years ago