Discussion on WebSocket cluster solution in distributed system architecture
Scene description
Resources: 4 servers. Only...
Running multiple mysql instances on one machine
Installation instructions:
A mysql program fi...
Running multiple mysql instances on one machine
Installation instructions:
A mysql program fi...
Running multiple mysql instances on one machine
Installation instructions:
A mysql program fi...
Using Netty to implement RPC
As an asynchronous event driven network application framework, Netty can be used to rapidly develop maintainable high-pe...
Fake TCP tunneling with scapy to improve transmission performance
Does TCP have to be TCP?It might be a trick!
It's raining...
STM32+ESP-01 docking with Alibaba Feiyan platform
STM32+ESP-01 docking with Alibaba Feiyan platform In recent years, with the rapid development of microelectronics techn...
Percona MySQL View Tables Not Accessed
It's really hard to find out if a table in an instance has access.(
...
Linux system running analysis tool - Summary of the use of the sarcommand
catalog
sar introduction sar usage sar installation and...
TSO process analysis
1. TSO(transimit segment offload) is for tcp. It refers to the ability of the protocol stack to offload the tcp segment ...
Simple Http server based on Java
Last time I saw a Java based http server code, its function is very simple, but it uses a lot of knowledge learned, whic...
java Network Programming Reality - BIO-based pseudo-asynchronous, high concurrency, full duplex, long connection continuous message IO network programming
Preface
TCP is a connection-oriented communication protoc...
Kafka Quick Start-RdKafka Source Analysis
Kafka Quick Start (11) - RdKafka Source Analysis
...
51 single chip microcomputer + ESP8266 to realize Internet remote control lamp
1. Preparations
1.1 software kei...
37th issue - interruption of ARM Linux kernel
Author: Luo Yuzhe, intelligent software research center, Institute of software, Chinese Academy of Sciences
...
Asp.Net MVC based on Fleck's development of multi person web chat room
1, Core description of the project
1. Fleck is a relative...
The modified character set code of MySQL 5.6 under Linux is UTF8 (to solve the problem of Chinese code scrambling, it can be used for personal test!)
The modified character set code of MySQL 5.6 under Linux is UTF8 (to solve the problem of Chinese scrambling) 1, Log in ...
Nine cross-domain implementation principles (full version)
Preface
Front-end and back-end data interacti...
WIFI debugging assistant Two Use guide
This code only supports hexadecimal sending and receiving, mainly referring to the WiFi client modified by the hexadecim...
Unix Domain Socket
add by zhj: Unix Domain Socket is the optimization of network socket, which is applicable to the situation that the serv...
tornado server implementation principles
The tornado version analyzed in this paper is 1.0.0, which has a relatively small amount of code to help us find its cor...
Java learning notes 40 (buffer stream)
Buffer stream:
Among the various streams of reading and w...
Android realizes TCP client, supports reading and writing
In the last chapter 14.Android - using sendMessage threads to communicate with each other We learned how to send data be...
python sandbox escape
Catalog 1. Preparation python has built-in modules for executing system commands: subprocess os commands timeit paltf...
socket network communication module based on Unity
Establish connection and event distribution 1, Client 1. Define a message body. When the server communicates with the cl...
Python full stack advanced programming skills
Article directory 1, Generator send method 1. Synchronous and asynchronous 2. Blocked, non blocked 3. send() method of...