current location:Home > Technical Articles > PHP Framework > Workerman
- 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 php workerman can do
- PHP Workerman is an open source high-performance PHP socket service framework developed purely in PHP. You can use it to develop TCP agents, ladder agents, game servers, mail servers, FTP servers, and even develop a PHP version of redis and a PHP version of database. etc.
- Workerman 3328 2019-12-05 11:57:06
-
- worker shutdown failed
- The failure to close Workerman may be because the user does not have permission to stop Workerman; or the pid file saving the main process of Workerman is deleted, causing the script to not find the pid process, causing the shutdown to fail. The first solution is to stop workererman with a higher privileged user.
- Workerman 3690 2019-12-05 11:45:22
-
- How much concurrency does workerman support?
- The number of workerman concurrent connections is limited by the server memory. Generally, a 24G memory workerman server can support approximately 120W concurrent connections. The number of concurrent requests is limited by the server's CPU processing capacity. The number of concurrent requests is generally measured by QPS (how many requests the server processes per second).
- Workerman 3476 2019-12-05 11:33:57
-
- Is workerman easy to use?
- workerman is easy to use. Workerman is similar to a PHP version of nginx. The core is also multi-process + Epoll + non-blocking IO. Each Workerman process can maintain tens of thousands of concurrent connections. Because it resides in memory, it does not rely on containers such as Apache and php-fpm, and has ultra-high performance.
- Workerman 2791 2019-12-05 11:23:12
-
- How to match workerman with tp
- Download workerman and put it into thinkphp. Note that it is at the same level as Home and treat workerman as a module. Enter the Home/Controller directory and create a new WorkermanController.class.php.
- Workerman 2730 2019-12-05 11:08:07
-
- Is workerman multi-threaded?
- At present, Workerman and its peripheral products are based on multi-process single thread. However, Workerman has a multi-threaded version of MT that relies on the pthreads extension. Because the pthreads extension is not stable enough, this Workerman multi-threaded version is no longer maintained.
- Workerman 2253 2019-12-05 10:53:05
-
- workerman 403 error causes and solutions
- Workerman 403 error reason: This error indicates that you used the http protocol to access the websocket protocol service. Solution: Establish a link with the websocket protocol, and use the websocket protocol to communicate with the workererman's websocket protocol service.
- Workerman 3360 2019-12-05 10:52:31
-
- What is the use of workerman?
- workerman is an open source high-performance PHP socket service framework developed purely in PHP. It can develop tcp proxy, ladder proxy, game server, mail server, ftp server, and even develop a PHP version of redis, PHP version of database, PHP version of nginx, etc.
- Workerman 2561 2019-12-05 10:38:12
-
- Does workerman have a daemon?
- workerman has daemon process. Start in daemon mode to run the workerman task command in the background: php start.php start -d. (-d starts in guard mode)
- Workerman 4562 2019-12-05 10:32:05
-
- How does workerman achieve high concurrency?
- To achieve high concurrency, workerman must install event or libevent extensions. In addition, the Linux kernel needs to be optimized, especially the limit on the number of files opened by a process. The number of concurrent connections is limited by the server memory. Generally, a 24G memory Workerman server can support approximately 120W concurrent connections.
- Workerman 4927 2022-05-13 10:16:12
-
- How to use workerman
- First download the official Workerman framework, then use Workerman as the server and create a new file in the root directory of the Workerman framework for configuration. Workerman can run independently without relying on containers such as php-fpm, nginx or apache.
- Workerman 2883 2019-12-05 10:13:05
-
- How to start workerman
- To start Workerman, you first need to have a startup entry file, which defines the port and protocol for service monitoring. Then you can start it from the command line: start the command "php start.php start" in debug mode.
- Workerman 5294 2019-12-04 14:59:20
-
- How TP5 integrates WorkerMan and GatewayWorker
- Below, the workerman tutorial column will introduce to you how to integrate TP5 with WorkerMan and GatewayWorker. I hope it will be helpful to friends in need! 1. Use composer create-project topthink/think....
- Workerman 3324 2019-12-03 16:09:41
-
- What protocol does workerman use?
- The protocols supported by Workerman are: 1. HTTP protocol; 2. WebSocket protocol; 3. Text protocol; 4. Frame protocol that can be used for binary transmission; 5. Directly based on tcp or udp protocol.
- Workerman 2647 2019-12-03 13:37:28
-
- what is workerman
- Workerman is an open source high-performance asynchronous PHP socket instant messaging framework that supports high concurrency and ultra-high stability. It is widely used in mobile apps, mobile communications, WeChat applets, mobile game servers, online games, PHP chat rooms, Development in hardware communications, smart home, Internet of Vehicles, Internet of Things and other fields.
- Workerman 3830 2019-12-03 13:21:35