current location:Home > Technical Articles > Backend Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Application scenarios and basic principles of RabbitMQ
- RabbitMQ is an open source implementation of AMQP (Advanced Message Queuing Protocol) developed in erlang. AMQP: Advanced Message Queuing Protocol is an open standard for application layer protocols, designed for message-oriented middleware.
- Laravel . rabbitmq 3640 2019-06-28 17:27:25
-
- Why use redis?
- The reason why redis is used is because it is fast, completely based on memory, and implemented in C language. The network layer uses epoll to solve high concurrency problems. The single-threaded model avoids unnecessary context switching and race conditions.
- Redis . rabbitmq 5920 2019-08-01 15:41:58
-
- The difference between redis and rabbitmq
- Redis: There is no corresponding mechanism to ensure message consumption. When consumer consumption fails, the message body is lost and needs to be processed manually. RabbitMQ: It has message consumption confirmation. Even if the consumer fails to consume, the message body will be automatically returned to the original queue. At the same time, it can be persisted throughout the process to ensure that the message body is correctly consumed.
- Redis . rabbitmq 5811 2019-06-18 09:33:40
-
- To what extent can a Python crawler learn to find a job?
- If you learn Python crawler well, you can not only find a job, but also a relatively good job. This premise depends on how well you learn crawler technology. In the era of network information, there is a huge demand for crawler engineers.
- Python Tutorial . rabbitmq 3813 2019-06-19 09:11:10
-
- Introduction to python's message queue framework
- Message queue is a method of inter-process communication or communication between different threads of the same process. The software's queue is used to process a series of inputs. Introduction to message queue framework: RabbitMQ, Redis, ZeroMQ, ActiveMQ, Jafka/Kafka, Rocketmq, etc.
- Python Tutorial . rabbitmq 9384 2019-06-25 18:03:37
-
- What scenarios is redis suitable for?
- The scenarios suitable for redis are: 1. Cache; 2. Ranking list; 3. Counter; 4. Distributed session; 5. Distributed lock; 6. Social network; 7. Latest list; 8. Message system.
- Redis . rabbitmq 26217 2019-06-11 09:54:44
-
- How to understand redis message queue
- In redis, you can use the built-in publish and subscribe commands to complete the "message push" and "message pull" functions to implement message queues. However, one drawback of this method is that consumers must be online at the same time, otherwise consumption will be missed.
- Redis . rabbitmq 3917 2019-06-17 15:13:12
-
- What is Spring Cloud
- Spring Cloud is a microservices framework. Spring Cloud provides a complete set of distributed system solutions, which not only encapsulates multiple open source components of the microservice basic framework Netflix, but also integrates with the cloud platform and the Spring Boot development framework.
- javaTutorial . rabbitmq 35750 2020-09-15 13:40:08
-
- What is RabbitMQ? A brief introduction to RabbitMQ
- The content of this article is to introduce RabbitMQ and let everyone know some related knowledge of RabbitMQ. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
- PHP Tutorial . rabbitmq 5357 2023-04-05 18:14:01
-
- Delay queue implemented based on php and redis
- A delay queue based on redis that achieves high availability, easy expansion, convenient access, and stable operation of the production environment. Delay queue, as the name suggests, is a message queue with delay function.
- PHP Tutorial . rabbitmq 9709 2023-04-04 16:44:01
-
- Introduction to issues related to the pika module in python (with code)
- This article brings you an introduction to related issues of the pika module in Python (with code). It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
- Python Tutorial . rabbitmq 3236 2018-10-13 14:30:38
-
- What are the methods for Node.js to simulate http requests? (Method summary)
- What this article brings to you is what are the methods for Node.js to simulate initiating http requests? (Method summary) has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
- JS Tutorial . rabbitmq 2188 2018-09-15 16:21:13
-
- Code analysis of event bubbling ratio
- This article mainly introduces the code analysis of event bubble ratio. It has certain reference value. Now I share it with you. Friends in need can refer to it.
- JS Tutorial . rabbitmq 2275 2018-07-14 16:06:57
-
- Analysis of how NodeJS operates message queue RabbitMQ
- This article mainly introduces the analysis of how NodeJS operates the message queue RabbitMQ. It has certain reference value. Now I share it with you. Friends in need can refer to it.
- JS Tutorial . rabbitmq 2778 2018-07-14 16:03:37
-
- PHP extension AMQP, installation error resolution
- This article introduces the content of PHP extension AMQP, installation error resolution, and has certain reference value. Now I share it with you. Friends in need can refer to it.
- PHP Tutorial . rabbitmq 2193 2023-03-24 15:46:01