Working principle analysis of high performance service middleware Tomcat
IX. spring integrates tomcat core
9.1 core ideas
We may have questions. Both the spring MVC framework and the spring boot framework need to embed a Tomcat service middleware. Of course, it may also be Jetty. Since this article mainly talks about tomcat, we should ask what Tomcat did when it was started?
<web-app>
<listener>
...
Posted by vestax1984 on Mon, 03 Jan 2022 00:44:50 +0100
Message queue RocketMQ: Message Filtering
Article catalog
Message queue RocketMQ: (I) overview
Message queuing RocketMQ: (II) system architecture
Message queue RocketMQ: (III) sending ordinary messages (three methods)
Message queue RocketMQ: (IV) sequential messages
Message queue RocketMQ: (V) delay message
Message queue RocketMQ: (VII) batch messages
premise
Create a Maven J ...
Posted by glence on Sun, 26 Dec 2021 20:50:39 +0100
CentOS6. Using Nginx + multiple tomcat to implement reverse proxy under 5
1, Nginx installation and configuration
1. Installation package
(1) Version
1.6. 2 (Nginx can be used as Web server, reverse proxy server and mail server)
(2) Source
http://nginx.org/download/nginx-1.6.2.tar.gz //It can be downloaded locally and then transferred to centOS system, or it can be downloaded directly in Linux using wget
2. Installat ...
Posted by pyr02k1 on Sat, 25 Dec 2021 20:39:30 +0100
Spring cloud version h Stream message driven explanation
1, SpringCloud Stream
In the previous article, we explained the function of config + bus to automatically refresh all service configurations. This article continues to explain the message driven Stream
Last article address: https://blog.csdn.net/qq_43692950/article/details/122025347
Officially, Spring Cloud Stream is a framework for bui ...
Posted by adeenutza on Sun, 19 Dec 2021 21:00:06 +0100
zookeeper for Notebook Series Installed in Single-machine Analog Cluster
0. Purpose
The zookeeper single-node construction method is relatively simple, in practice, it is also generally used to set up a cluster. Due to resource constraints, you don't want to install too many virtual machines or docker, so you can simulate cluster building on one machine.
1. Download zookeeper and unzip
Official download is go ...
Posted by neugi on Fri, 17 Dec 2021 23:57:53 +0100
RocketMQ easy to get started
1. Document summary
Source address: https://github.com/apache/rocketmq
Chinese documents: https://github.com/apache/rocketmq/tree/master/docs/cn
Commercial edition: https://www.aliyun.com/product/rocketmq
Official website translation: http://www.itmuch.com/books/rocketmq/
FAQ: http://rocketmq.apache.org/docs/faq/
RocketMQ common managemen ...
Posted by grlayouts on Thu, 16 Dec 2021 14:33:21 +0100
Introduction to kafka configuration parameters
Configuration and parameter description
Configuration parameters of consumer
#If 'enable auto. If commit 'is true, the frequency (in milliseconds) that the consumer automatically submits to Kafka is offset, and the default value is 5000.
spring.kafka.consumer.auto-commit-interval = 5000;
#What to do when there is no initial offset in Kafka o ...
Posted by sun14php on Thu, 16 Dec 2021 08:26:05 +0100
[RabbitMQ] RabbitMQ learning tutorial Topic mode Topic
Theme mode
The routing rules of direct switches are exactly matching BindingKey and RoutingKey, but this strict matching method can not meet the needs of actual services in many cases.
topic switches extend the matching rules. Similar to direct switches, they also route messages to queues matching BindingKey and RoutingKey. However, the match ...
Posted by misteraven on Wed, 15 Dec 2021 04:14:31 +0100
MySQL - mycat Middleware
catalogue
1, Mycat application scenario
2, Mycat summary
3, Specific operation
1.master server: 192.168.68.200
2.slave server: 192.168.68.30
3.mycat server: 192.168.68.40
4. Client: 192.168.68.195
five mycat server: 192.168.68.40
6.master server: 192.168.68.200
7. Client: 192.168.68.195
8. Verification
On the master-slave ser ...
Posted by gazever on Tue, 07 Dec 2021 13:49:06 +0100
Log information and configuration of scripy
Get started with python Programming quickly (continuous update...)
python crawler from entry to mastery
Scrapy crawler framework
1. Understand the log information of the sweep
(omitted)
2. Common configuration of scratch
ROBOTSTXT_ Whether obey complies with the robots protocol. The default is compliance
About robots protocol 1. In ...
Posted by PeeJay on Tue, 07 Dec 2021 06:36:15 +0100