Fuzqing

Results 6 comments of Fuzqing

大佬,我测试了 `webman` 框架+ `swow` 扩展一起使用,压测出现了以下问题,而使用 `event` 或者不启用 `swow` 扩展和 `event` 直接用都是正常的 `➜ webman ab -n 100000 -c 1000 -k http://127.0.0.1:8787/ This is ApacheBench, Version 2.3 Copyright 1996 Adam Twiss, Zeus...

Set the [user](https://github.com/walkor/workerman-manual/blob/master/english/worker-development/user.md) of the worker processes. You can see https://github.com/walkor/workerman/issues/139#issuecomment-277579184

1. Create `wk-manager.php` file in your php-fpm project. ```

If you are worried about the security risks of opening the exec function, you can use workerman to start an http server (restapi) with local access only, and then just...

It's not required, it's a workerman out-of-the-box runtime environment, and with it you'll no longer need to install various php environments and event and such extensions on your server. You...