Swoole has various very interesting concepts. Its crazy fast, async everything (php, mysql, redis etc), has support for coroutines og websockets.
I opened a ticket at Swoole repo to support Lambda - but it seems its the other way around. see comment: swoole/swoole-src#2422 (comment)
new Process(['swoole-cli', 'index.php']);
in index.php
$server = new swoole_server('swoole.sock', 0, SWOOLE_PROCESS, SWOOLE_UNIX_STREAM);
$server->set(['open_http_protocol' => true]);
@mnapoli interested in this supporting Swoole?
Swoole has various very interesting concepts. Its crazy fast, async everything (php, mysql, redis etc), has support for coroutines og websockets.
I opened a ticket at Swoole repo to support Lambda - but it seems its the other way around. see comment: swoole/swoole-src#2422 (comment)
in index.php
@mnapoli interested in this supporting Swoole?