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:
-
- 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 3424 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 2621 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 4633 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 5041 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 2943 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 5386 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 3401 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 2728 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 3923 2019-12-03 13:21:35
-
- The difference between workerman and swoole
- The difference between Workerman and Swoole: Workerman is written purely in PHP, while Swoole is a C extension of PHP, and its performance is definitely higher. Many product servers of Baidu and Tencent are based on Swoole. Workerman gets started faster, has richer documentation, and has an active community that basically answers all questions.
- Workerman 7499 2019-12-02 11:15:49
-
- How about workerman framework
- The workerman framework is good, it is a high-performance PHP socket server framework. Workerman's goal is to make it easier for PHP developers to develop high-performance socket-based application services without having to understand the details of PHP sockets and PHP multi-processes.
- Workerman 2501 2019-12-02 11:06:35
-
- what can workerman do
- Workerman is different from the traditional MVC framework. Workerman can not only be used for Web development, but also has a wider range of application fields, such as instant messaging, Internet of Things, games, service management, other servers or middleware, which undoubtedly greatly improves PHP development. the viewer’s vision.
- Workerman 3297 2019-12-02 10:55:40
-
- How to use workerman's heartbeat
- The workerman heartbeat uses the Gateway/Worker development model, which supports server-side heartbeat detection, can regularly send application layer heartbeats to the client, and can promptly detect extreme client disconnections (power outage, sudden network failure, etc.).
- Workerman 4605 2019-12-02 10:32:22
-
- How is the performance of workerman?
- Workerman is an open source high-performance asynchronous PHP socket instant messaging framework. During the running of Workerman, as long as the PHP file is loaded and compiled once in the life cycle of a single process, it will remain in the memory and will not be read from the disk or compiled again.
- Workerman 2384 2019-12-02 10:28:05
-
- How to configure wss in workerman
- The wss protocol is actually websocket+SSL, which means adding an SSL layer to the websocket protocol, similar to https (http+SSL); so you only need to enable SSL on the basis of the websocket protocol to support the wss protocol.
- Workerman 6522 2019-12-02 10:11:54