How to kill the swoole process
1. If you use swoole in the project, you accidentally enable the daemon process in the configuration (that is, the process is in (has been running in the background), then running the program again will fail
2. It will show that the port is occupied
The solution is as follows:
The first step is to change the daemon process in the code to 0
Step 2: Find the pid of this port number (the port my code listens to is 9503), and get the PID
command as follows:
netstat -apn | grep 9503
Step 3: Kill this process
The command is as follows:
kill -9 18669
You can re-open the listening program at this time, and there will no longer be an error that the port is occupied
Recommended learning: swoole tutorial
The above is the detailed content of How to kill the swoole process. 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

SublimeText3 English version
Recommended: Win version, supports code prompts!

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

Dreamweaver Mac version
Visual web development tools

Atom editor mac version download
The most popular open source editor
