GithubHelp home page GithubHelp logo

Comments (5)

NathanFreeman avatar NathanFreeman commented on June 19, 2024 1

可以呀

from swoole-src.

NathanFreeman avatar NathanFreeman commented on June 19, 2024
$this->ws = new Swoole\WebSocket\Server("0.0.0.0", 9061, SWOOLE_PROCESS);

尝试一下实例化的时候加上SWOOLE_PROCESS

from swoole-src.

lda124520 avatar lda124520 commented on June 19, 2024
$this->ws = new Swoole\WebSocket\Server("0.0.0.0", 9061, SWOOLE_PROCESS);

尝试一下实例化的时候加上SWOOLE_PROCESS

可以了,刚查了文档发现swoole5后预设是 SWOOLE_BASE
非常感谢您

另外想请问
使用swoole websocket来开发多人聊天室(可群聊,可私聊)
将所有onMessage 收到的讯息都一律调用task做逻辑处理
所有push讯息,也只让task处理
这样的设计在swoole适合吗
或是讯息量大的时候,会不会容易造成server崩溃
网上比较少看到其他人这样设计
怕是我对swoole的观念不正确

from swoole-src.

NathanFreeman avatar NathanFreeman commented on June 19, 2024

不合理,Task的设计目的是为了执行阻塞代码,不阻塞主进程

from swoole-src.

lda124520 avatar lda124520 commented on June 19, 2024

不合理,Task的设计目的是为了执行阻塞代码,不阻塞主进程

了解

想请问您的建议
在处理群聊讯息的需求下
使用swoole websocket server (实利化使用SWOOLE_PROCESS)

直接透过OnMessage处理逻辑和push广播讯息
并拉高work_num的数量维持效能
如有遇到需要耗时处理的业务,才额外调用task

这样合适吗,是否符合swoole设計的worker和task用意呢

from swoole-src.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.