ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,805 results

Related queries

linux system programming

linux system calls

sockets in c

socket programming in c++

poll a

poll b

hoff._world
All About Epoll - Scalable I/O Syscalls in Linux!

Epoll is a powerful Linux kernel interface for waiting on multiple file descriptors at once without threading. We watch some pipes ...

19:22
All About Epoll - Scalable I/O Syscalls in Linux!

14,235 views

1 year 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,092 views

5 years ago

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

9,694 views

4 years ago

COMPILE KARO
Why Modern Systems Use epoll & async I/O 🔥 | select vs poll vs epoll Explained | Arvind Sir #viral

Unlock the secrets of I/O Multiplexing in modern systems! ⚡ In this video, we'll break down: ✓ What is I/O Multiplexing? ✓ How ...

6:54
Why Modern Systems Use epoll & async I/O 🔥 | select vs poll vs epoll Explained | Arvind Sir #viral

237 views

3 months ago

Tsoding Daily
What do you need select/poll/epoll for

Streamed Live on Twitch: https://twitch.tv/tsoding Enable Subtitles for Twitch Chat Related playlists: ...

2:11:21
What do you need select/poll/epoll for

36,197 views

11 months ago

People also watched

Vvariete
🇫🇮 Linus Torvalds announces Linux 1.0 @ Helsinki, Finland (Finnish)

30.3.1994. An important announcement for Linux by its Finnish father himself. Nowadays rooting for his blue and white native ...

0:53
🇫🇮 Linus Torvalds announces Linux 1.0 @ Helsinki, Finland (Finnish)

254,698 views

10 years ago

TFiR
Why Linus Torvalds doesn't use Ubuntu or Debian

Subscribe to our weekly newsletter: https://www.tfir.io/dnl Become a patron of this channel: https://www.patreon.com/TFIR Follow ...

2:43
Why Linus Torvalds doesn't use Ubuntu or Debian

5,053,793 views

11 years ago

JetBridge - Elite Software Devs
Basics of UNIX Sockets - Screencast by Mischa Spiegelmock

An introduction to files on UNIX, sockets, UDP, and TCP.

52:46
Basics of UNIX Sockets - Screencast by Mischa Spiegelmock

21,564 views

5 years 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,988 views

3 years ago

Barbara
Linus Torvalds Guided Tour of His Home Office

Habe gerade dieses Video im Netz gefunden. Wie schaut es denn bei euch auf eurem Schreibtisch aus? So wie beim Herr ...

4:25
Linus Torvalds Guided Tour of His Home Office

2,300,772 views

11 years ago

The Linux Experiment
16 GREAT LINUX FOSS APPS & UTILITIES I use, or plan to !

Learn more about TuxCare's Endless lifecycle Support for Spring and other distros, languages and Frameworks: ...

18:35
16 GREAT LINUX FOSS APPS & UTILITIES I use, or plan to !

120,103 views

5 months ago

Mental Outlaw
Linux Shell Tricks For Managing Files

In this video I go over shell tricks to manage your files more effectively on Linux. My merch is available at https://based.win/ ...

15:49
Linux Shell Tricks For Managing Files

29,830 views

3 weeks ago

Leapable
You're Still Reading Code? (The 2026 Workflow)

Stop writing code. In 2026, the real money is in Forensic Engineering Software development. If you are still manually writing tests ...

5:31
You're Still Reading Code? (The 2026 Workflow)

546 views

17 hours ago

WhiteboardDoodles
Linux File System Structure Explained: From / to /usr | Linux Basics

In this video, we explore the Linux file system structure — the essential framework that organizes everything on a Linux machine.

17:31
Linux File System Structure Explained: From / to /usr | Linux Basics

583,183 views

6 months ago

FOSSASIA
The Evolution of Linux I/O Models: A Path towards IO_uring - Steven Cheng
25:04
The Evolution of Linux I/O Models: A Path towards IO_uring - Steven Cheng

4,168 views

3 years ago

The Linux Foundation
Linux Tutorial: How a Linux System Call Works

In this 3-minute "taste of training" video, The Linux Foundation's Training Instructor John Bonesio uses the whiteboard to ...

2:31
Linux Tutorial: How a Linux System Call Works

196,387 views

13 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

469,475 views

8 months ago

Stefano Cristiano
Linux Async I/O using epoll (2 of 2). Sane C++ Libraries [ep.8]

https://discord.gg/tyBfFp33Z6 https://twitter.com/pagghiu_ https://mastodon.gamedev.place/@pagghiu ...

1:17:06
Linux Async I/O using epoll (2 of 2). Sane C++ Libraries [ep.8]

332 views

1 year ago

Chris Kanich
The Linux socket API explained
15:21
The Linux socket API explained

57,584 views

5 years ago

The Linux Foundation
io_uring: So Fast. It's Scary. - Paul Moore, Microsoft

io_uring: So Fast. It's Scary. - Paul Moore, Microsoft The io_uring subsystem was introduced in Linux v5.1 and provided a new ...

50:23
io_uring: So Fast. It's Scary. - Paul Moore, Microsoft

15,741 views

3 years 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,782 views

5 years ago

Mr.PiwPiew
Every LINUX Concept Explained in 8 Minutes.

Welcome to : Every LINUX Concept Explained in 8 Minutes. i hope you enjoyed this video about a 70 important Linux concepts ...

8:13
Every LINUX Concept Explained in 8 Minutes.

155,944 views

3 months ago

Johannes 4GNU_Linux
Tutorial: The poll function in GNU/Linux

FOSS #GNU #Linux #Programming # Tutorial Today let's look at the poll function in GNU/Linux. You can use it to check if a file ...

9:20
Tutorial: The poll function in GNU/Linux

16,931 views

3 years ago

Joey Shao's Software Engineering Notes
I O multiplexing  select, poll, epoll

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

4:58
I O multiplexing select, poll, epoll

1,515 views

1 year ago

BayLibre
Writing Linux Real-Time Applications (John Ogness, Linutronix)

Real-Time support for Linux has been available for nearly two decades and is even part of the mainline kernel since Linux 6.12.

52:23
Writing Linux Real-Time Applications (John Ogness, Linutronix)

1,571 views

6 months ago

Stefano Cristiano
Linux Async I/O using epoll (1 of 2). Sane C++ Libraries [ep.7]

https://discord.gg/tyBfFp33Z6 https://twitter.com/pagghiu_ https://mastodon.gamedev.place/@pagghiu ...

53:51
Linux Async I/O using epoll (1 of 2). Sane C++ Libraries [ep.7]

922 views

1 year ago

Chris Kanich
What's behind a file descriptor in Linux? Also, i/o redirection with dup2.

... keeps track of files for us in unix drive linux operating systems let's get started so uh jumping right in here the previous video we ...

20:20
What's behind a file descriptor in Linux? Also, i/o redirection with dup2.

65,793 views

5 years ago

eszotec
I created an event driven IO based Web server using Linux Epoll from scratch!

Hi everyone! Hope you all are doing great I am back with another video where I will be discussing another very interesting topic ...

2:04:39
I created an event driven IO based Web server using Linux Epoll from scratch!

223 views

5 months ago

Association for Computing Machinery (ACM)
Scaling Server Software at Facebook

Author: Dave Watson Abstract: Large multithreaded server applications are a staple of backend infrastructure, but present many ...

44:48
Scaling Server Software at Facebook

4,879 views

9 years ago

sphaerophoria
Async TCP with epoll in zig

Stream from June 17, 2024 at https://twitch.tv/sphaerophoria 00:00 Intro 04:55 Prove async send is necessary 17:00 Async TCP ...

2:06:04
Async TCP with epoll in zig

2,594 views

1 year ago