ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,525 results

Related queries

redis pub sub

epoll linux

redis interview questions

redis deep dive

poll a

Hritik Rai
IO-Multiplexing: The Secret to Redis's Speed

Hey everyone! Welcome back to the channel where we demystify tech and coding concepts, making them super easy to grasp.

9:17
IO-Multiplexing: The Secret to Redis's Speed

4,693 views

1 year ago

ByteByteGo
System Design: Why is single-threaded Redis so fast?

Weekly system design newsletter: https://bit.ly/3tfAlYD Checkout our bestselling System Design Interview books: Volume 1: ...

3:39
System Design: Why is single-threaded Redis so fast?

346,591 views

3 years ago

Chris Kanich
what's the difference between processes, threads, and io multiplexing?

... it's definitely very very important like now in 2020 it's so hot right now like you use io multiplexing in lots of places there's actually ...

14:48
what's the difference between processes, threads, and io multiplexing?

12,358 views

5 years ago

Chris Kanich
Taking complete control: why IO multiplexing works well for webservers and GUIs.

Hi i'm chris kenich and this is cs361 systems programming today we're going to be talking about i o multiplexing so at the end of ...

24:18
Taking complete control: why IO multiplexing works well for webservers and GUIs.

9,710 views

4 years ago

Studying With Alex
Non-blocking I/O and how Node uses it, in friendly terms: blocking vs async IO, CPU vs IO

The work of fulfilling a request can be split into two pieces: CPU work, which is actively running code and performing calculations, ...

8:29
Non-blocking I/O and how Node uses it, in friendly terms: blocking vs async IO, CPU vs IO

93,828 views

4 years ago

SoftPrayog
I/O multiplexing: Doing I/O with many sources  using select, poll and epoll calls in Linux.

I/O multiplexing is doing I/O with many sources and giving good response. I/O multiplexing is explained with select, poll and epoll ...

20:00
I/O multiplexing: Doing I/O with many sources using select, poll and epoll calls in Linux.

61,145 views

5 years ago

ByteMonk
🚀 Why is Redis INSANELY Fast?

Redis isn't just a cache—it's a blazing-fast data store that powers some of the world's largest applications. But why is Redis so fast ...

9:10
🚀 Why is Redis INSANELY Fast?

118,394 views

9 months ago

Joey Shao's Software Engineering Notes
From basic blocking I O socket connection to I O multiplexing

Random notes Powered by ChatGPT, AWS Polly, MidJourney!! #shorts , #network , #socket , #select , #poll , #epoll , #multiplexing ...

3:54
From basic blocking I O socket connection to I O multiplexing

314 views

1 year ago

People also watched

SQUER Solutions
Non-blocking IO under the Hood

Reactive programming encourages us to structure our applications in terms of asynchronous data streams, thus in a completely ...

1:00:08
Non-blocking IO under the Hood

8,076 views

Streamed 2 years ago

ByteByteGo
HTTP 1 Vs HTTP 2 Vs HTTP 3!

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bit.ly/bytebytegoytTopic Animation ...

7:37
HTTP 1 Vs HTTP 2 Vs HTTP 3!

533,564 views

1 year ago

Core Dumped
How CPUs Interact with So Many Different Devices

This video was sponsored by Brilliant. To try everything Brilliant has to offer—free—for a full 30 days, visit ...

23:28
How CPUs Interact with So Many Different Devices

374,214 views

2 months ago

Thomas 🏕
Async I/O in Depth: State Machines, Event Loops and Non-Blocking I/O System Calls

In this presentation we revisit the HTTP Web Server by looking at other system call apis that allow us to perform non-blocking calls ...

51:42
Async I/O in Depth: State Machines, Event Loops and Non-Blocking I/O System Calls

10,997 views

3 years ago

ByteMonk
How Sockets Actually Work – From Your Browser to the Backend ⚙️

From real-time chat apps and multiplayer games to dashboards and IoT devices—sockets are the invisible threads holding it all ...

12:45
How Sockets Actually Work – From Your Browser to the Backend ⚙️

136,441 views

7 months ago

Jeff Zarnett
ECE 252 Lecture 27: Asynchronous I/O with curl

When we covered sockets earlier, we followed it up with a discussion of curl. And now we will learn how to use curl's ...

54:26
ECE 252 Lecture 27: Asynchronous I/O with curl

3,062 views

5 years ago

ByteMonk
Worker Threads in Node.js: The Secret to High-Performance Backends 🔥

Node.js is famously single-threaded—but when you hit CPU-heavy operations like encryption, data processing, or image resizing, ...

7:52
Worker Threads in Node.js: The Secret to High-Performance Backends 🔥

33,857 views

8 months ago

System Design School
Multithreading vs Multiprocessing | System Design

https://systemdesignschool.io/ Best place to learn and practice system design In this video, we dive into the key differences ...

5:11
Multithreading vs Multiprocessing | System Design

53,232 views

1 year ago

Core Dumped
Why Are Threads Needed On Single Core Processors

Join CodeCrafters and learn by creating your own: INTERPRETER, Redis, Git, Http server, Grep... in your favorite programming ...

16:07
Why Are Threads Needed On Single Core Processors

540,235 views

1 year ago

STUDevLantern
Socket Programming in C for Beginners | Group Chat Application | Multi Threaded + Multiple Users|E4|

in this episode, we will learn socket programming in c language by writing a group chat application from scratch that multiple ...

1:38:07
Socket Programming in C for Beginners | Group Chat Application | Multi Threaded + Multiple Users|E4|

102,885 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

471,396 views

8 months ago

Jacob Sorber
How one thread listens to many sockets with select in C.

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

12:01
How one thread listens to many sockets with select in C.

112,861 views

5 years ago

Arpit Bhayani
2. What Makes Redis Special? | Redis Internals

The video delved into the concept of I/O multiplexing and how Redis leverages in-memory operations for high performance.

22:04
2. What Makes Redis Special? | Redis Internals

84,415 views

3 years ago

DevMonk
Why Is Redis Extremely Fast? Redis Internals Explained | DevMonk

In this video, we break down Redis's core design choices like I/O multiplexing, single-threaded architecture, in-memory data ...

15:39
Why Is Redis Extremely Fast? Redis Internals Explained | DevMonk

1,410 views

8 months ago

ByteByteGo
FANG Interview Question | Process vs Thread

Subscribe to our weekly system design newsletter: https://bit.ly/3tfAlYD Checkout our bestselling System Design Interview books: ...

3:51
FANG Interview Question | Process vs Thread

453,286 views

3 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 09, Segment 5 - I/O Multiplexing

With this video, we complete our discussion of interprocess communication and move from one-to-one communications towards a ...

17:57
Advanced Programming in the UNIX Environment: Week 09, Segment 5 - I/O Multiplexing

6,275 views

5 years ago

MickMake
#161 Multiplexing: Doing more with less. // Tutorial

Multiplexing was first used in the 1870s, but what is it and how is it used? What are the various types of multiplexing? What about ...

5:47
#161 Multiplexing: Doing more with less. // Tutorial

7,256 views

8 years ago

Short Hacker News
I/O Multiplexing (select vs. poll vs. epoll/kqueue)

Last hacker news: "I/O Multiplexing (select vs. poll vs. epoll/kqueue)" Full news below: https://nima101.github.io/io_multiplexing ...

0:10
I/O Multiplexing (select vs. poll vs. epoll/kqueue)

108 views

2 months ago

Jeff Zarnett
ECE 252 Lecture 26: Asynchronous I/O with select, poll

Let's get into the topic of asynchronous I/O, in which we'll learn about both select and poll and we'll see why I don't enjoy using ...

1:01:11
ECE 252 Lecture 26: Asynchronous I/O with select, poll

15,118 views

5 years ago

Institute of Aeronautical Engineering
I O Multiplexing and I O Models by Dr. D Mohammad Rafi

I O Multiplexing and I O Models by Dr. D Mohammad Rafi | IARE Website Link :- https://www.iare.ac.in/ Akanksha Link ...

29:48
I O Multiplexing and I O Models by Dr. D Mohammad Rafi

144 views

1 year ago

Electronoobs
Arduino Multiplexor - MUX INPUTS & OUTPUTS - ANALOG and PWM

High quality PCB prototypes: https://www.pcbway.com 3D & CNC service: https://www.pcbway.com/rapid-prototyping/ ...

13:21
Arduino Multiplexor - MUX INPUTS & OUTPUTS - ANALOG and PWM

137,599 views

3 years ago