Startup
If you want to automatically run your Server at startup, you can do so in the /etc/rc.local file Join (Recommended learning: swoole video tutorial)
/usr/bin/php /data/webroot/www.swoole.com/server.php
It is recommended to use systemd or supervisor to implement service management.
Start the server and listen to all TCP/UDP ports. Function prototype:
bool Server->start()
After successful startup, worker_num 2 processes will be created. Master process Manager process serv->worker_num Worker processes.
Failure to start will return false immediately
After successful startup, it will enter the event loop and wait for the client connection request. The code after the start method will not be executed
After the server is shut down, the start function returns true and continues to execute downwards
Setting task_worker_num will increase the corresponding number of Task processes
The methods before start in the method list can only be used before start is called, and the methods after start can only be used in onWorkerStart, onReceive and other event callback functions
The above is the detailed content of How to start swoole. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SublimeText3 Chinese version
Chinese version, very easy to use
