ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,361 results

Related queries

message queue in c

message queue kafka

message queues

distributed message queue

IBM Technology
What is a Message Queue?

Learn more about Message Queues → https://ibm.biz/IBM_MQ_documentation Check out IBM MQ ...

15:38
What is a Message Queue?

118,217 views

3 years ago

Hayk Simonyan
Message Queues in System Design

... =091-message-queues&utm_content=august-2024 Learn the basics of message queues and how they enhance system design ...

4:31
Message Queues in System Design

25,381 views

1 year ago

Core Dumped
IPC: To Share Memory Or To Send Messages

This video was sponsored by JetBrains. Now Free for non commercial use: Check out WebStorm for free today: ...

14:15
IPC: To Share Memory Or To Send Messages

231,713 views

1 year ago

DexTutor
Program for Inter Process Communication using Message Queues || msgget || msgsnd || msgrcv || IPC

In this lecture on Program for Inter Process Communication using Message Queues, you will learn how processes can ...

16:41
Program for Inter Process Communication using Message Queues || msgget || msgsnd || msgrcv || IPC

45,549 views

4 years ago

Gaurav Sen
What is a MESSAGE QUEUE and Where is it used?

Messaging Queues are widely used in asynchronous systems. Message processing in an asynchronous fashion allows the client ...

9:59
What is a MESSAGE QUEUE and Where is it used?

1,114,418 views

7 years ago

Solving Skills
OS Message Queues IPC System Calls in C for Linux

OS Message Queues IPC System Calls in C for Linux Topics: 0:00 Introduction Facebook Group: fb.com/solvingskillz Book: ...

8:00
OS Message Queues IPC System Calls in C for Linux

12,176 views

4 years ago

Shriram Vasudevan
Message Queue - IPC Mechanism

This Video will help the listeners to understand how to code for Message Queue - One of the IPC mechanisms. Complete ...

11:49
Message Queue - IPC Mechanism

60,524 views

8 years ago

CS310 Operating Systems Course IIT Goa
CS310 Lecture 17 IPC Message Queue and Pipes
52:50
CS310 Lecture 17 IPC Message Queue and Pipes

139 views

4 years ago

People also watched

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

469,672 views

8 months ago

Hussein Nasser
What is a Message Queue and When should you use Messaging Queue Systems Like RabbitMQ and Kafka

Message Queues system like RabbitMQ and Kafka are amazing technologies but when should you actually use a message ...

13:05
What is a Message Queue and When should you use Messaging Queue Systems Like RabbitMQ and Kafka

161,238 views

5 years ago

Relbis Labs
Apache Kafka vs message queue explained

How Apache Kafka compares to a traditional message queue? In this video, we will go over key features provided by Apache ...

7:16
Apache Kafka vs message queue explained

79,730 views

3 years ago

TechoGenius
Linux System Programming 2: Inter Process Communication 2nd Part | Message Queues | Shared Memory

This video is a continuation of the first part. It will help you understand the concept of message queues and shared memory and ...

25:58
Linux System Programming 2: Inter Process Communication 2nd Part | Message Queues | Shared Memory

5,417 views

5 years ago

ByteMonk
From REST to gRPC to Messaging: SCALING Microservices the Right Way!

In this video, we explore how microservices communicate effectively using messaging queues and brokers instead of just REST ...

11:13
From REST to gRPC to Messaging: SCALING Microservices the Right Way!

22,915 views

7 months ago

Linux.conf.au 2013 -- Canberra, Australia
An Introduction to Linux IPC Facilities

environment variables, memory mappings, event file descriptors (eventfd), pseudo-terminals, message queues, semaphores, ...

1:36:57
An Introduction to Linux IPC Facilities

43,325 views

11 years ago

That DevOps Guy
RabbitMQ : Message Queues for beginners

Today we'll be taking a look at Message Queues, what they are, why you may want to use a message queue, and how RabbitMQ ...

22:06
RabbitMQ : Message Queues for beginners

192,745 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 08, Segment 2 - System V IPC

In this video lecture, we cover traditional System V IPC: semaphores, shared memory, and message queues. We also look at the ...

24:03
Advanced Programming in the UNIX Environment: Week 08, Segment 2 - System V IPC

5,044 views

5 years ago

CppCon
User API & C++ Implementation of a Multi Producer, Multi Consumer, Lock Free, Atomic Queue - CppCon

Efficient message queue-based communication between threads is crucial for optimal performance in multi-threaded applications.

1:02:51
User API & C++ Implementation of a Multi Producer, Multi Consumer, Lock Free, Atomic Queue - CppCon

22,870 views

11 months ago

DJ Ware
Linux Internals : Interprocess Communication

In this episode of the CyberGizmo we explore the next segment of Linux Internals Interprocess Communications or IPC. This topic ...

24:17
Linux Internals : Interprocess Communication

52,912 views

5 years ago

SoftPrayog
System V message queues in Linux

System V message queues provide a mechanism for interprocess communication in UNIX based systems. System V message ...

14:39
System V message queues in Linux

7,298 views

6 years ago

Shehan Nilmantha
OS Programming - Lecture 7: IPC - Pipes and Message Queues - Part 1

Inter process Communication: Pipes and Message Queues.

1:59:56
OS Programming - Lecture 7: IPC - Pipes and Message Queues - Part 1

217 views

4 years ago

Hui Yuan
C++ Programming on Linux - Communication using System V Message Queue

This short video demonstrated how to communicating between/among multi processes using system V message queue (shared ...

10:15
C++ Programming on Linux - Communication using System V Message Queue

765 views

4 years ago

Rajarajan Srinivasan
Implementation of Message Queue Based IPC

This video lecture explains the implementation of a program for message queue based inter process communication.

29:02
Implementation of Message Queue Based IPC

1,417 views

5 years ago

SoftPrayog
POSIX message queues in Linux

POSIX message queues provide a mechanism for interprocess communication in Linux. POSIX message queue API functions are ...

12:30
POSIX message queues in Linux

15,694 views

6 years ago

SystemDR - Scalable System Design
Shared Memory vs Message Queue IPC Performance | Interprocess Communication Benchmarking

In this video, we dive deep into IPC (Inter-Process Communication) mechanisms, comparing shared memory and message ...

5:58
Shared Memory vs Message Queue IPC Performance | Interprocess Communication Benchmarking

60 views

1 month ago

Kevin De La Coba Malam
POSIX MQ IN C!! (Message queue) - C TUTORIAL #23

In this video I'm going to teach you how to use the POSIX MQ Queue!! My social media: https://www.instagram.com/kecomaq/ ...

11:06
POSIX MQ IN C!! (Message queue) - C TUTORIAL #23

5,692 views

4 years ago

5 Minutes Engineering
Message Queues Explained in Hindi l Inter Process Communication l ERTOS Course

Myself Shridhar Mankar a Engineer l YouTuber l Educational Blogger l Educator l Podcaster. My Aim- To Make Engineering ...

5:52
Message Queues Explained in Hindi l Inter Process Communication l ERTOS Course

47,193 views

5 years ago

Deus Vult
IPC using System V Message Queues Demonstration

Pair Group Cuanco-Barretto.

0:36
IPC using System V Message Queues Demonstration

29 views

1 year ago

vlogize
How to Close or Clear an IPC Message Queue

Learn how to effectively close or clear an IPC message queue in your applications, ensuring smooth communication between ...

1:51
How to Close or Clear an IPC Message Queue

1 view

8 months ago

LaurieWired
Operation Binder: Secrets of Inter-Process Communication

Ever wondered how applications are able to communicate and coordinate with each other securely, while also extremely isolated ...

42:54
Operation Binder: Secrets of Inter-Process Communication

327,181 views

1 year ago

onurtolgasehitoglu
CEng 334 2021 Apr 12, IPC, shared memory, message queue

This is actually an old example i have planes landing and taking off from an airport this is the scenario i create a message queue ...

52:17
CEng 334 2021 Apr 12, IPC, shared memory, message queue

623 views

3 years ago