is to run a http server
<?php
$http = new swoole_http_server("127.0.0.1", 9501);
$http->on("request", function ($request, $response) {
$response->end("<h1>Hello Swoole. -sharp".rand(1000, 9999)."</h1>");
});
$http->start();
< H1 > warning < / H1 >
[2018-05-25 15:01:13 @17.0] WARNING swSignalfd_setup: signalfd() failed. Error: Function not implemented[38]
[2018-05-25 15:01:13 *23.0] WARNING swSignalfd_setup: signalfd() failed. Error: Function not implemented[38]
you can also access localhost, responses. This warning has no impact on development, does it? I don"t know what this function does.