Label: socket

A total of 11 results were found

Ensure the high performance of Redis single threaded IO model through non blocking IO and multiplexing mechanism

High performance Redis practice Basic Principles

Previously, Mr. Xuejun introduced to you that the Redis server uses the single thread IO model when processing client requests, and why it chooses the single thread IO model. In fact, it is not

Published by Xueyuan Jun 3 years ago    Number of views: 812    Number of likes: 0

Redis Client and Server Communication Protocol RESP Details and Predis Extension Implementation Principle

High performance Redis practice Basic Principles

In the last tutorial, Xuejun gave an overall introduction to the organizational structure and basic implementation of Redis through the life cycle of string key value execution of Redis instructions. Starting today

Published by Xueyuan Jun 3 years ago    Number of views: 738    Number of likes: 0

View the underlying architecture and basic implementation of Redis through the lifecycle of Redis instruction execution

High performance Redis practice Basic Principles

Primer The previous college introduced the data structure and practical application of Redis through the system of more than 20 tutorials. Starting from today's tutorial, let's go deep into Redi

Published by Xueyuan Jun 3 years ago    Number of views: 1314    Number of likes: 0

Socket Programming (Part 2): How can the server increase concurrency

Introduction to Network Protocols Transport Layer Protocol

Taking Web requests as an example, we will introduce how to make the server process more requests at the same time to increase the concurrency. Web requests are generally HTTP requests, and the HTTP protocol is

Published by Xueyuan Jun 4 years ago    Number of views: 1125    Number of likes: 3

Socket programming (I): the underlying principle of sockets

Introduction to Network Protocols Transport Layer Protocol

Introduction to Sockets When an application at the application layer communicates based on TCP or UDP protocol, it needs to use the class library provided by the operating system, which is generally called AP

Published by Xueyuan Jun 4 years ago    Views: 1221    Number of likes: 1

Socket programming (2): the underlying implementation of Dial function and timeout processing

Go Getting Started Tutorial Network programming

The underlying call of the Dial function In the last tutorial, we introduced that the Go language can establish a network connection through the Dial() function. In fact, the Dial() letter

Published by Xueyuan Jun 4 years ago    Views: 8519    Number of likes: 0

Socket programming (I): Dial function and its use

Go Getting Started Tutorial Network programming

Traditional Socket Programming The network programming in Go language is more concise than the traditional network programming. Recall that we wrote network programs in C language

Published by Xueyuan Jun 4 years ago    Views: 13257    Number of likes: 1

radio broadcast

Larravel 6 Chinese Document Advanced series

brief introduction In many modern Web applications, Web Sockets are used to implement the user interface of real-time update. When some data is updated on the server, it will pass

Published by Xueyuan Jun 4 years ago    Number of views: 7892    Number of likes: 0

radio broadcast

Larave 5.8 Chinese documents Advanced series

brief introduction In many modern Web applications, Web Sockets are used to implement the user interface of real-time update. When some data is updated on the server, it will pass

Published by Xueyuan Jun 5 years ago    Number of views: 16712    Number of likes: 2

radio broadcast

Larave 5.7 Chinese documents Advanced series

brief introduction In many modern Web applications, Web Sockets are used to implement the user interface of real-time update. When some data is updated on the server, it will pass

Published by Xueyuan Jun 5 years ago    Views: 20291    Number of likes: 3

Implementation of event broadcast between server and client in Larravel

Laravel 5.5 Chinese Document Advanced series

brief introduction In many modern Web applications, Web Sockets are used to implement the user interface of real-time update. When some data is updated on the server

Published by Xueyuan Jun 6 years ago    Views: 29241    Number of likes: 5