ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

112 results

vlogize
Understanding BlockingQueue's drainTo and add in Multithreading: A Detailed Guide

Explore the thread-safety of Java's `BlockingQueue` methods `add` and `drainTo`. Learn how to effectively manage concurrent ...

1:43
Understanding BlockingQueue's drainTo and add in Multithreading: A Detailed Guide

6 views

10 months ago

CodeLift
arrayblockingqueue in java

Get Free GPT4.1 from https://codegive.com/e7082e5 ## ArrayBlockingQueue in Java: A Comprehensive Guide The ...

1:20
arrayblockingqueue in java

2 views

7 months ago

vlogize
Finding an Efficient Alternative to ConcurrentLinkedQueue in Java

Blocking Queue Alternatives If correct size tracking is absolutely necessary, you might have to opt for traditional locking ...

2:02
Finding an Efficient Alternative to ConcurrentLinkedQueue in Java

4 views

6 months ago

vlogize
Ensuring Consecutive Item Sequence in Java with a Custom Blocking Queue

Learn how to ensure consecutive item processing in Java using a custom `ConsecutiveBlockingQueue`, combining the ...

2:22
Ensuring Consecutive Item Sequence in Java with a Custom Blocking Queue

3 views

8 months ago

CodeLift
arrayblockingqueue vs linkedblockingqueue

Get Free GPT4.1 from https://codegive.com/4bf5ab4 ## ArrayBlockingQueue vs. LinkedBlockingQueue: A Comprehensive Guide ...

1:21
arrayblockingqueue vs linkedblockingqueue

8 views

7 months ago

vlogize
Understanding Why Your Java Blocking Q Test Stops Executing

Discover the reasons behind the termination of your Java Blocking Queue test and learn how to keep your threads running.

1:52
Understanding Why Your Java Blocking Q Test Stops Executing

0 views

8 months ago

vlogize
Allowing Queue Jumpers in Java and Scala Blocking Queues: An Effective Solution

Explore how to implement a `queue jumper` solution in Java or Scala. Learn about alternatives to `LinkedBlockingQueue` for ...

2:50
Allowing Queue Jumpers in Java and Scala Blocking Queues: An Effective Solution

0 views

4 months ago

vlogize
Choosing the Right Method for Waiting on an Empty BlockingQueue

Explore the performance implications of blocking versus polling in Java's BlockingQueue and optimize your multithreaded ...

1:32
Choosing the Right Method for Waiting on an Empty BlockingQueue

0 views

8 months ago

CodeTwist
java arrayblockingqueue

Get Free GPT4.1 from https://codegive.com/1b60bfa ## Java ArrayBlockingQueue: A Comprehensive Tutorial The ...

1:03
java arrayblockingqueue

1 view

7 months ago

CodeTwist
java arrayblockingqueue example

Get Free GPT4.1 from https://codegive.com/1af752b ## Java ArrayBlockingQueue: A Comprehensive Tutorial with Examples The ...

1:04
java arrayblockingqueue example

0 views

7 months ago

vlogize
Understanding the take() Method in Java's PriorityBlockingQueue: Can It Block Even When Not Empty?

Dive deep into the behavior of Java's `PriorityBlockingQueue` and discover why the `take()` method may block even when the ...

1:27
Understanding the take() Method in Java's PriorityBlockingQueue: Can It Block Even When Not Empty?

3 views

10 months ago

vlogize
Resolving Blocking Queue poll Method Returning Null in Multithreaded Java Applications

Discover how to eliminate race conditions causing the BlockingQueue poll method to return null in your Java and Spring ...

1:49
Resolving Blocking Queue poll Method Returning Null in Multithreaded Java Applications

0 views

4 months ago

vlogize
How to Effectively Stop and Restart Threads in Java Spring Boot

Discover the best practices for managing threads in a Spring Boot application, including how to properly stop and restart threads ...

2:10
How to Effectively Stop and Restart Threads in Java Spring Boot

3 views

10 months ago

123boot
JAVA - J63 - Blocking queues

... bienvenue dans cette nouvelle vidéo de préparation à la certification Java dans laquelle nous allons parler des blocking queue ...

2:38
JAVA - J63 - Blocking queues

34 views

11 months ago

vlogize
Understanding Why Your BlockingQueue in Java Seems to Accept More Elements than Defined Size

Discover the insights behind the `BlockingQueue` in Java and why it appears to allow more elements than its defined capacity.

1:43
Understanding Why Your BlockingQueue in Java Seems to Accept More Elements than Defined Size

0 views

4 months ago

vlogize
Understanding the Performance Impact of ConcurrentLinkedQueue.poll() in Java

Here are some best practices to keep in mind: Use Blocking Queues: Prefer methods like LinkedBlockingQueue.take() which ...

1:33
Understanding the Performance Impact of ConcurrentLinkedQueue.poll() in Java

8 views

8 months ago

vlogize
Understanding How Java's CompletionService Manages Multiple Task Submissions

Explore how Java's `CompletionService` handles tasks beyond pool size with an in-depth guide on submission behavior and ...

1:35
Understanding How Java's CompletionService Manages Multiple Task Submissions

5 views

9 months ago

vlogize
How to Fix Your SynchronousQueue with Multithreading in Java

Discover how to effectively utilize `SynchronousQueue` in Java multithreading by fixing common pitfalls. Learn the best practices ...

2:12
How to Fix Your SynchronousQueue with Multithreading in Java

0 views

10 months ago

blogize
Optimizing Message Sending in a Java Chat Server without Blocking Connections

Discover how to optimize message sending in a Java chat server using efficient network programming techniques to avoid ...

1:38
Optimizing Message Sending in a Java Chat Server without Blocking Connections

1 view

11 months ago

vlogize
The Correct Way to Take from a Queue in Java Concurrency

Learn the correct approach to safely retrieve items from a queue in Java concurrency to avoid freezing issues and ensure proper ...

1:36
The Correct Way to Take from a Queue in Java Concurrency

1 view

8 months ago