current location:Home > Technical Articles > PHP Framework > Swoole
- 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:
-
- What are the benefits of swoole
- The benefits of swoole: 1. Multiple web workers and separate task workers, so that code can be delayed; 2. Coroutine support; 3. No need to install other web servers; 4. The request limit can be increased.
- Swoole 3613 2022-01-27 18:01:15
-
- What does swoole do?
- swoole is a PHP asynchronous network communication engine for production environments. It was developed to improve website development efficiency; using swoole allows PHP developers to write high-performance asynchronous concurrent TCP, UDP, UnixSocket, HTTP, and WebSocket services, enabling the R&D team to The efficiency is greatly improved.
- Swoole 3656 2022-01-27 17:54:00
-
- what is swoole framework
- Swoole is a PHP coroutine framework and a PHP asynchronous network communication engine for production environments, allowing PHP developers to write high-performance asynchronous concurrent TCP, UDP, Unix Socket, HTTP, and WebSocket services.
- Swoole 4046 2022-01-24 15:55:55
-
- How to solve the problem that the swoole extension cannot be added
- The solution to the problem that the swoole extension cannot be added: 1. Modify "./configure"; 2. Execute make first, then make install; 3. Modify "extension=swoole.so".
- Swoole 2795 2022-01-20 10:48:38
-
- What does swoole mean?
- Swoole is a PHP coroutine framework. Swoole allows PHP developers to write high-performance and high-concurrency TCP, UDP, Unix Socket, HTTP, WebSocket and other services, so that PHP is no longer limited to the Web field.
- Swoole 4859 2022-01-20 10:43:22
-
- This time I used swoole to delay orders and restore inventory!
- When a customer places an order and does not pay within the specified time, then we need to cancel the order. For example, a good way to deal with it is to use delayed cancellation. Of course, the first thing many people think of is crontab. This is also possible, but here we Implemented using swoole's asynchronous millisecond timer, it will also not affect the running of the current program.
- Swoole 2801 2021-07-30 14:09:26
-
- Take you to learn the swoole framework in three minutes
- I’ve been learning about swoole recently, so I’ll write down some thoughts. There are many open source frameworks based on swoole. The advantages and disadvantages can be found in Baidu. If websockets and consumer queues are used, it is a good choice to choose a framework based on swoole. Let’s take a look.
- Swoole 5044 2021-04-29 18:02:29
-
- Swoole framework easyswoole installation
- EasySwoole is a memory-resident PHP framework developed based on Swoole Server. It is specially designed for API. This column will introduce it in detail. Friends in need can take a look.
- Swoole 2887 2021-04-28 16:56:32
-
- Let's learn simple implementation examples of Swoole together
- When we use PHP to develop WEB applications, we basically use the traditional LAMP/LNMP mode to provide HTTP services. This mode is generally synchronous and blocking. If we want to use PHP to develop some advanced features (such as asynchronous, non-blocking, network server, etc.), then Swoole is undoubtedly the best choice, let’s take a look.
- Swoole 2596 2021-04-26 16:53:21
-
- Introducing the process model of swoole
- In the process of using swoole, we also realized that the use of swoole is very simple. This column will introduce the process model of swoole in detail. Friends in need can take a look.
- Swoole 2892 2021-04-15 17:55:06
-
- Detailed explanation of swoole framework quick start
- The swoole extension itself provides web server functionality and can replace php-fpm. If you only use the swoole framework, it can be run in web servers such as nignx and apache like other PHP frameworks; this column will introduce the swoole framework in detail.
- Swoole 3639 2021-04-12 18:53:55
-
- Let's take a look at Swoole HTTP
- Today, the swoole column will introduce you to the content of Swoole HTTP. Friends in need can take a look and understand it. If you have any questions, please leave a message for discussion.
- Swoole 3082 2021-04-09 19:24:36
-
- Introducing swoole http_server to adapt to thinkphp 5.1
- Today, the swoole column will introduce to you how to adapt swoole http_server to thinkphp 5.1. The explanation method is concise and concise. Friends in need can take a look.
- Swoole 2479 2021-03-23 11:31:42
-
- Introducing swoole asynchronous group sending template messages
- The swoole column introduces the method of swoole asynchronously sending template messages to groups. Friends in need can take a look, understand, and learn.
- Swoole 2937 2021-03-22 10:41:14
-
- Introduction to the installation and use of EasySwoole
- EasySwoole is a memory-resident distributed PHP framework developed based on Swoole Server. It is designed for API and gets rid of the performance loss caused by traditional PHP operating mode in process arousal and file loading. EasySwoole highly encapsulates Swoole Server while still maintaining the original features of Swoole Server. It supports simultaneous monitoring of HTTP, customized TCP, and UDP protocols, allowing developers to write multiple processes with the lowest learning cost and effort.
- Swoole 3538 2021-03-19 11:21:29