Skip to content

Feature: Support Swoole #306

@viezel

Description

@viezel

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions