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:
-
- The difference between golang and swoole
- The difference between golang and swoole: Go language is essentially a static language, with slightly lower development efficiency, but stronger performance, and is more suitable for the development of underlying software; Swoole uses PHP language, a dynamic scripting language, with the best development efficiency and is more suitable for application software development.
- Swoole 3547 2019-12-02 11:51:09
-
- The difference between fpm and swoole
- The difference between fpm and swoole: fpm starts the Master and monitors requests transmitted from Nginx through the FastCGI protocol. swoole starts the Master, initializes the PHP code, and the Reactor monitors the event changes of the Socket handle.
- Swoole 6722 2019-12-02 11:46:33
-
- Detailed tutorial on installing Swoole in PHP7
- First download the source code package of swoole; use phpize to generate PHP compilation configuration; to be able to use this module, you also need to add the module in the php.ini file. Enter the cd /etc/php.d directory and complete the relevant configuration; after adding the php module, you need to restart the service for it to take effect.
- Swoole 3056 2019-11-25 16:25:52
-
- Learn how to build a chat room program using swoole in one article
- Starting from version 1.7.9, swoole has built-in websocket server function. We can create an asynchronous non-blocking multi-process WebSocket server with just a few lines of simple PHP code.
- Swoole 2735 2019-11-22 17:15:13
-
- Learn about the swoole multi-process messaging system in one article
- PHP Chinese website has a large number of free swoole introductory tutorials, everyone is welcome to learn. This article will explain to you the relevant knowledge of swoole multi-process messaging system.
- Swoole 2596 2019-11-22 16:50:46
-
- Basic steps to build swoole service under Linux
- First install the swoole service, then install apache to start the swoole service, then configure the server side and configure the html front end. Finally, start the start.php file, enter the specified directory, and run php start.php through PHP-CLI.
- Swoole 3730 2019-11-22 16:15:27
-
- Learn how to install swoole in one article
- PHP Chinese website has a large number of free swoole introductory tutorials. Everyone is welcome to learn. This article will introduce to you how to install swoole. You can refer to me for installation.
- Swoole 3366 2019-11-22 15:59:14
-
- Learn what swoole is in one article
- swoole is PHP's asynchronous, parallel, high-performance network communication engine. It is written in pure C language and provides asynchronous multi-threaded server of PHP language, asynchronous TCP/UDP network client, asynchronous MySQL, asynchronous Redis, database connection pool, AsyncTask, Message queue, millisecond timer, etc.
- Swoole 5238 2019-11-22 15:29:22
-
- How to install swoole under FreeBSD
- According to the wiki on the swoole official website, downloading the source code 2.cd swoole3.phpize will result in an error on FreeBSD that installs PHP through PKG.
- Swoole 2358 2019-11-22 13:53:21