Laravel-websockets: Event loop ev / event installation

Created on 4 Apr 2020  路  1Comment  路  Source: beyondcode/laravel-websockets

Hello,

I am looking for some information regarding ev/event installation. I have posted this question in Stackoverflow but I did not get any answer so posting here.

I have laravel-websockets installation on Ubuntu OS. Inspired from the information under https://docs.beyondco.de/laravel-websockets/1.0/faq/deploying.html#changing-the-event-loop, I have installed ev and PHP is loading the extension successfully.

AFAIK the default event loop is stream_select for the package. My questions are,

  1. Do I need to perform any other actions in order to get ev activated?
  2. Is there a way to check which event loop the package uses?
  3. Is there a hard limit for ev?

Thanks in advance!

Most helpful comment

Maybe this will help you.

Since it uses Ratchet this document explains how it works and what you need to do.

http://socketo.me/docs/deploy

>All comments

Maybe this will help you.

Since it uses Ratchet this document explains how it works and what you need to do.

http://socketo.me/docs/deploy

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sanjarani picture sanjarani  路  5Comments

semsphy picture semsphy  路  3Comments

darklight9811 picture darklight9811  路  4Comments

fridzema picture fridzema  路  4Comments

rikless picture rikless  路  4Comments