ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

324 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,244 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

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,513 views

7 years 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,817 views

14 years ago

Carlos Lopez
Cached Thread Pool

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

4:13
Cached Thread Pool

178 views

6 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ł

130 views

2 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

1,023 views

1 year 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

1 year ago

The Debug Zone
What Happens to a Thread in a Thread Pool When It Throws an Exception?

In this video, we delve into the intricacies of thread pools and exception handling in multithreaded programming. Have you ever ...

2:47
What Happens to a Thread in a Thread Pool When It Throws an Exception?

3 views

1 year ago

Roel Van de Paar
Connection Pool and thread pool setting in Java (3 Solutions!!)

Connection Pool and thread pool setting in Java Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

4:24
Connection Pool and thread pool setting in Java (3 Solutions!!)

6 views

3 months 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

112 views

10 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!!)

45 views

11 months 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

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

3 views

1 year 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
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

The Debug Zone
Spring ThreadPoolTaskExecutor Default Queue Size Explained: Key Insights

In this video, we delve into the intricacies of the Spring ThreadPoolTaskExecutor, focusing specifically on its default queue size.

2:20
Spring ThreadPoolTaskExecutor Default Queue Size Explained: Key Insights

22 views

1 year 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

4 years 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

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

492 views

Streamed 4 years ago

Coding with danny
Exploring Java 21: Understanding the Basics of Virtual Threads

Learn the basics of Virtual Threads - Best feature of Java 21 Hey, coding enthusiasts! Welcome back to "Coding With Danny".

1:02:49
Exploring Java 21: Understanding the Basics of Virtual Threads

218 views

2 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,454 views

2 years ago

Heapspace
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

Discover the potential impact of Java Virtual Threads on Kotlin Coroutines, the popular alternative for asynchronous programming ...

34:10
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

1,642 views

2 years ago

Cave of Programming
Advanced Java: Multi-threading Part 1 -- Starting Threads

Java for Beginners — Start Learning Today https://caveofprogramming.thinkific.com/products/courses/java-for-beginners ...

9:59
Advanced Java: Multi-threading Part 1 -- Starting Threads

379,891 views

13 years ago

The Debug Zone
Scheduling Tasks on Specific Dates with ThreadPoolTaskExecutor in Java

In this video, we delve into the powerful capabilities of the ThreadPoolTaskExecutor in Java, focusing on how to efficiently ...

4:42
Scheduling Tasks on Specific Dates with ThreadPoolTaskExecutor in Java

15 views

1 year 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

380 views

4 years 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)

5,020 views

2 years ago

Roel Van de Paar
Controlling concurrency by Thread Pool in scenario of CPU-intensive and I/O intensive requests?

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

2:11
Controlling concurrency by Thread Pool in scenario of CPU-intensive and I/O intensive requests?

2 views

3 years ago

ID1212, Network Programming
JavaFX and threads

This video shows how to create a multithreaded GUI with JavaFX.

11:08
JavaFX and threads

12,455 views

7 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

Barcelona Jug
Loom Q&A plus some Structured Concurrency with Ron Pressler

Session Ron Pressler presents the new work they've done on structured concurrency.

30:15
Loom Q&A plus some Structured Concurrency with Ron Pressler

1,586 views

4 years ago

Cave of Programming
Advanced Java: Multi-threading Part 4 -- Multiple Locks; Using Synchronized Code Blocks

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

18:16
Advanced Java: Multi-threading Part 4 -- Multiple Locks; Using Synchronized Code Blocks

144,858 views

13 years ago

VoidRealms
Python 3 - Episode 45 - Thread Pools

In this video we will work with thread pools via the ThreadPoolExecutor, which are much more efficient than working with single ...

13:52
Python 3 - Episode 45 - Thread Pools

7,340 views

5 years ago

Cave of Programming
Advanced Java: Multi-threading Part 13 - Callable and Future

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

11:32
Advanced Java: Multi-threading Part 13 - Callable and Future

115,024 views

14 years ago

Roel Van de Paar
Java - How to log metrics from a ThreadPool? (2 Solutions!!)

Java - How to log metrics from a ThreadPool? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:25
Java - How to log metrics from a ThreadPool? (2 Solutions!!)

5 views

13 days ago

Cave of Programming
Advanced Java: Multi-threading Part 6 -- Countdown Latches

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

8:07
Advanced Java: Multi-threading Part 6 -- Countdown Latches

117,612 views

14 years ago

FOSDEM
Project Loom: Advanced concurrency for fun and profit

by Andrew Haley At: FOSDEM 2020 https://video.fosdem.org/2020/H.1302/loom.webm Project Loom, an OpenJDK project, ...

24:49
Project Loom: Advanced concurrency for fun and profit

830 views

5 years ago

Roel Van de Paar
Implementation of a Thread Pool in C++ (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 ...

3:39
Implementation of a Thread Pool in C++ (2 Solutions!!)

151 views

4 years ago

ID1212, Network Programming
Introduction to multithreading

This video gives an introduction to multithreaded programming.

1:20:13
Introduction to multithreading

558 views

7 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

Ivan Ponomarev
Mainor 2022. Java Concurrency, Part 2

In the second lecture we cover deadlocks, thread-safe data structures, thread pools and collaborative termination. We use a tool ...

1:29:01
Mainor 2022. Java Concurrency, Part 2

634 views

4 years ago

The KDE Community
Mirko Boehm - ThreadWeaver: Introduction, Demos, Tips & Tricks - QtCon Akademy 2016

ThreadWeaver is the concurrency scheduler framework in KDE. The presentation will introduce the basics of ThreadWeaver, and ...

32:32
Mirko Boehm - ThreadWeaver: Introduction, Demos, Tips & Tricks - QtCon Akademy 2016

186 views

9 years ago

Bulgarian Java User Group
Visualizing the Java Concurrency API, Christian Heitzmann

This talk shows how the direct handling of (low-level) threads has given way to higher-level concepts such as thread pools, ...

50:13
Visualizing the Java Concurrency API, Christian Heitzmann

42 views

10 days ago

Heapspace
Vuk Božović - Hikari Connection Pooling with Spring Boot

This talk will cover the concept of "connection pooling" with the widely adopted Hikari Connection Pool giving an overview of the ...

29:57
Vuk Božović - Hikari Connection Pooling with Spring Boot

444 views

1 year ago

Roel Van de Paar
Software Engineering: Threads or ThreadPool? Fixed or Dynamic ThreadPool? (4 Solutions!!)

Software Engineering: Threads or ThreadPool? Fixed or Dynamic ThreadPool? Helpful? Please support me on Patreon: ...

2:48
Software Engineering: Threads or ThreadPool? Fixed or Dynamic ThreadPool? (4 Solutions!!)

18 views

3 years ago

The Debug Zone
Executing Business Logic in a Separate Thread Pool with Netty: A Guide

In this video, we delve into the intricacies of executing business logic in a separate thread pool using Netty, a powerful ...

3:21
Executing Business Logic in a Separate Thread Pool with Netty: A Guide

7 views

1 year ago

Valdas Rapsevicius
Multi-threading programming in Java #2

Multi-threading programming in Java.

1:53:13
Multi-threading programming in Java #2

15 views

6 years ago

Cave of Programming
Advanced Java: Multi-threading Part 12 - Semaphores

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

10:56
Advanced Java: Multi-threading Part 12 - Semaphores

123,311 views

14 years ago

Linux Plumbers Conference
User-level threads....... with threads. - Paul Turner - Google

"Multi-threaded programming is hard. Synchronous interfaces can help, but typically require lighter-weight representation of ...

34:00
User-level threads....... with threads. - Paul Turner - Google

40,675 views

12 years ago

Geoffrey Challen
08 Feb 2013: Thread States and Implementations

Completion of a discussion of thread states, and a discussion of the pros and cons of user and kernel threading implementations.

46:36
08 Feb 2013: Thread States and Implementations

1,173 views

13 years ago

Engineering Community
Exploring Java Virtual Threads by Vladyslav Bezuhlyi

In this session, we'll explore the challenges of the traditional threading model in Java and introduce the concept of Virtual Threads ...

52:23
Exploring Java Virtual Threads by Vladyslav Bezuhlyi

156 views

1 year ago

Sanjeev Kumar
ScheduledExecutorService scheduleAtFixedRate example

Join channel as member: https://www.youtube.com/channel/UCHV-AIY0BUHlKqRAZTqxSqw/join.

10:14
ScheduledExecutorService scheduleAtFixedRate example

1,042 views

4 years ago

Roel Van de Paar
Code Review: Pool of Thread Pools (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:29
Code Review: Pool of Thread Pools (2 Solutions!!)

1 view

4 years ago

CampusX
Thread Pool Executors | Threading And Multi Processing in Python Part 2

This is the second video of the Threading And Multi-Processing Tutorial series. In this video, we talk about ThreadPoolExecutors ...

13:51
Thread Pool Executors | Threading And Multi Processing in Python Part 2

2,028 views

5 years ago

Dr Giacomo Bergami (PhD)
2) Concurrency in Java 23 [Thursday 25th of April, 2024]

The codebase is available at: ...

1:48:25
2) Concurrency in Java 23 [Thursday 25th of April, 2024]

1 view

9 months ago

Crack Java
Detail Discussion on String Pool in JAVA Part 2

Introduction Memory area representation for String pool String pool objects creation using eclipse Advantages of String pool ...

5:30
Detail Discussion on String Pool in JAVA Part 2

713 views

6 years ago

VoidRealms
Episode 46 - Thread Locking

In this video series we will cover Python 3. In this video we examine how to lock resources for use with threads along with some ...

17:38
Episode 46 - Thread Locking

1,445 views

5 years ago

nipafx
The State of Project Loom with Ron Pressler

Conversation with Project Loom lead Ron Pressler about the project's core mission, challenges like interaction with debuggers ...

44:56
The State of Project Loom with Ron Pressler

4,000 views

5 years ago

Cave of Programming
Advanced Java: Multi-threading Part 14 - Interrupting Threads

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

12:37
Advanced Java: Multi-threading Part 14 - Interrupting Threads

66,811 views

14 years ago

Jon Eyolfson
Threads Implementation (2023 Fall ECE 344 Section 1)

... so what you can do instead of implementing a whole threading library on top of it you can use something called a thread pool so ...

42:09
Threads Implementation (2023 Fall ECE 344 Section 1)

391 views

Streamed 2 years ago

Northeast Scala Symposium
Don’t Cheat the Executor -- Execution Contexts in Scala by Scott Underwood

... in using Execution Contexts, and strategies for configuring, debugging and monitoring them and their underlying thread pools.

32:37
Don’t Cheat the Executor -- Execution Contexts in Scala by Scott Underwood

1,405 views

9 years ago

Peter Schneider
C++ Thread Pool Implementation using Lock Free Queue

C++ Thread Pool Implementation using Lock Free Queue I hope you found a solution that worked for you :) The Content (except ...

5:30
C++ Thread Pool Implementation using Lock Free Queue

299 views

3 years ago

Jon Eyolfson
17. "Threads Implementation" 2024 Fall ECE344 Section 2 (University of Toronto)

Music Miracle Land by tubebackr https://soundcloud.com/tubebackr Creative Commons — Attribution-NoDerivs 3.0 Unported ...

48:21
17. "Threads Implementation" 2024 Fall ECE344 Section 2 (University of Toronto)

1,030 views

Streamed 1 year ago

Bulgarian Java User Group
Revolutionize DB App Development with Reactive Streams and Java Virtual Threads, Juarez Barbosa Jr

With the advent of Reactive Programming and Virtual Threads, Java developers can scale Java database access using either ...

44:18
Revolutionize DB App Development with Reactive Streams and Java Virtual Threads, Juarez Barbosa Jr

92 views

3 years ago

TutCubeDE
Java - Multithreaded-Server Chat #8 [TuTCube] [GER]

Aus unserem Server wird ein Multithreaded-Server. Somit kann er nun mehrere Clients gleichzeitig aufnehmen. Ich beschränke ...

13:01
Java - Multithreaded-Server Chat #8 [TuTCube] [GER]

31,165 views

13 years ago

Roel Van de Paar
DevOps & SysAdmins: JRun threadpool configuration (2 Solutions!!)

... SysAdmins: JRun threadpool configuration Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

3:20
DevOps & SysAdmins: JRun threadpool configuration (2 Solutions!!)

0 views

4 years ago

Roel Van de Paar
My Own ThreadPool implementation

My Own ThreadPool implementation Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

3:11
My Own ThreadPool implementation

4 views

4 years ago

Fabrice Kordon
060 — Les pools de thread épisode II

Hi everyone, in this session, we'll be talking about thread pools and if you enjoyed episode 1, I hope you'll enjoy episode 2 as ...

11:31
060 — Les pools de thread épisode II

1,100 views

9 years ago

Roel Van de Paar
Gather WebSphere Thread Pool Utilization Data In A Text File

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

1:36
Gather WebSphere Thread Pool Utilization Data In A Text File

6 views

5 years ago

Roel Van de Paar
Computer Science: Difference between IO threads and worker threads

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

2:09
Computer Science: Difference between IO threads and worker threads

54 views

5 years ago

Vaadin
Vaadin DevDay 2016 - Background threads, asynchronous communication and Vaadin: Doing it right

Join us for Vaadin Dev Day 2017 in Zürich, Switzerland or in Chicago (IL), United States to learn more about real-life Vaadin ...

41:29
Vaadin DevDay 2016 - Background threads, asynchronous communication and Vaadin: Doing it right

1,933 views

9 years ago

Roel Van de Paar
Custom Connection Pool Using Java

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

2:23
Custom Connection Pool Using Java

62 views

4 years ago

The Debug Zone
Mastering Android ThreadPoolExecutor: Tips for Efficient Thread Management

In this video, we dive into the world of Android's ThreadPoolExecutor, a powerful tool for managing threads efficiently in your ...

4:44
Mastering Android ThreadPoolExecutor: Tips for Efficient Thread Management

15 views

1 year ago

Roel Van de Paar
Code Review: C++ thread pool class

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

3:07
Code Review: C++ thread pool class

14 views

4 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,571 views

5 years ago

Barcelona Jug
Reactive Spring by Josh Long at JBCNConf'19

Microservices and big-data increasingly confront us with the limitations of traditional input/output. In traditional IO, work that is ...

53:58
Reactive Spring by Josh Long at JBCNConf'19

463 views

6 years ago

The Debug Zone
Is Ignite Cache Thread Safe? Exploring Thread Safety in Apache Ignite Cache

In this video, we delve into the critical topic of thread safety within Apache Ignite Cache. As applications increasingly rely on ...

3:15
Is Ignite Cache Thread Safe? Exploring Thread Safety in Apache Ignite Cache

23 views

1 year ago

Roel Van de Paar
Code Review: C++ threadpool / executor implementation

... C++ threadpool / executor implementation Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

3:06
Code Review: C++ threadpool / executor implementation

14 views

4 years ago

Marco Torchiano
54 Java Threads (parte 1)

introduzione ai thread - classe Thread - Executor service Link alle slide: ...

30:11
54 Java Threads (parte 1)

805 views

6 years ago

TutCubeDE
Java - Executor-Framework (Threads zusammenfassen) Chat #7 [TuTCube] [GER]

Ein wirres Tutorial, in dem erklärt wird, was es mit "Threads zusammenfassen" auf sich hat. Dies geschieht hier mit dem ...

8:27
Java - Executor-Framework (Threads zusammenfassen) Chat #7 [TuTCube] [GER]

11,548 views

13 years ago

Mustafa S. Aljumaily
انظمة التشغيل-22: الفصل الرابع (الجزء الثالث) Threads

يتناول هذا الفيديو المواضيع التالية: Java Threads with examples implicit threading thread pools openMP Grand Central Dispatch.

18:12
انظمة التشغيل-22: الفصل الرابع (الجزء الثالث) Threads

27,190 views

8 years ago

Voxxed Days Luxembourg
Java™ 19 & 20. What's new and noteworthy? (Piotr PRZYBYL)

Voxxed Days Luxembourg 2023 Room: BSD Type: University Hey, there are two major Java versions released every year!

1:50:18
Java™ 19 & 20. What's new and noteworthy? (Piotr PRZYBYL)

61 views

2 years ago

wikipedia tts
Green threads | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Green_threads 00:00:27 1 Etymology 00:00:48 2 ...

7:46
Green threads | Wikipedia audio article

27 views

7 years ago

ID1212, Network Programming
Stream usage in the file handling program.

Stream usage in the file handling program. This example illustrates the following. * Layered architecture * Design and coding best ...

31:12
Stream usage in the file handling program.

206 views

7 years ago

Roel Van de Paar
Thread Pool C++ Implementation (8 Solutions!!)

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

9:15
Thread Pool C++ Implementation (8 Solutions!!)

126 views

4 years ago

The Debug Zone
ExecutorService - create new instances in method vs one per class

java: ExecutorService - create new instances in method vs one per class Thanks for taking the time to learn more. In this video I'll ...

4:18
ExecutorService - create new instances in method vs one per class

1 view

1 year ago

Gain Java Knowledge
MULTITHREADING IN JAVA

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

8:25
MULTITHREADING IN JAVA

192 views

7 years ago

Interview DOT
WHAT IS PROJECT JAVA LOOM | InterviewDOT

newVirtualThreadPerTask() method can be used to create a thread pool that creates a new virtual thread for each submitted task.

1:52
WHAT IS PROJECT JAVA LOOM | InterviewDOT

96 views

2 years ago

CppNow
Coroutines, Fibers and Threads, Oh My

Nat Goodspeed's talk from C++Now Slides are available at: ...

1:20:44
Coroutines, Fibers and Threads, Oh My

7,199 views

11 years ago

Cave of Programming
Advanced Java: Multi-threading Part 8 - Wait and Notify

Learn how to write and use a neural network in Java: https://www.udemy.com/course/neural-network-java/ ...

10:22
Advanced Java: Multi-threading Part 8 - Wait and Notify

234,411 views

14 years ago

Roel Van de Paar
Terminating ThreadPool-Threads hanging in swt syncExec

Terminating ThreadPool-Threads hanging in swt syncExec Helpful? Please use the *Thanks* button above! Or, thank me via ...

1:41
Terminating ThreadPool-Threads hanging in swt syncExec

3 views

1 month ago

SouJava
Reactive Spring with Josh Long

Bio: Josh (@starbuxman) has been the first Spring Developer Advocate since 2010. Josh is a Java Champion, author of 6 books ...

1:42:15
Reactive Spring with Josh Long

2,380 views

Streamed 5 years ago

Fabrice Kordon
057 — Les pools de thread épisode I

However, you could be wondering whether a thread pool is a Java mechanism or not. To start with, it's one of the concurrency ...

10:09
057 — Les pools de thread épisode I

1,639 views

9 years ago

Jon Eyolfson
Threads Implementation (2023 Fall ECE 344 Section 2)

Pool and now you know what a thread pool is so if you want to make things go in parallel really really fast and you don't want to ...

47:06
Threads Implementation (2023 Fall ECE 344 Section 2)

363 views

Streamed 2 years ago

VoidRealms
Python 3 - Episode 48 - Queues and Futures

In this video series we will cover Python 3. In this video we will explore both Queues and Futures which are ways to get return ...

17:00
Python 3 - Episode 48 - Queues and Futures

1,886 views

5 years ago

gr8conf.eu
A GPars how-to-guide

GPars gives you a wide range of handy Groovy concurrency abstractions. Actors, Dataflow, CSP, Parallel collections or Fork/Join ...

46:19
A GPars how-to-guide

1,526 views

12 years ago

Roel Van de Paar
Software Engineering: Separate Thread Pools for I/O and CPU Tasks (2 Solutions!!)

... Separate Thread Pools for I/O and CPU Tasks Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

3:02
Software Engineering: Separate Thread Pools for I/O and CPU Tasks (2 Solutions!!)

9 views

3 years ago

Paris JUG
2025/12/09 - The Past, Present, and Future of Enterprise Java

Over the last 30 years, Java has been the preferred technology for developing enterprise applications. Frameworks and ...

57:52
2025/12/09 - The Past, Present, and Future of Enterprise Java

148 views

6 months ago