Skip to content

Default event loop #190

@josephmiller2000

Description

@josephmiller2000

Well in default it uses "StreamSelectLoop" right?

I have a placed the code : $loop = React\EventLoop\Factory::create();

The loop instance is created at the beginning of the program. A convenience factory React\EventLoop\Factory::create() is provided by this library which picks the best available loop implementation.

Just to understand this clearly, if we install multiple event loops in single server? which event lop is used?

ext-event ?

ext-ev?

ext-uv?

or again it choose the " StreamSelectLoop " as a default loop? do we have to manually select which event loop should react use?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions