Giter Site home page Giter Site logo

Comments (6)

Barenboim avatar Barenboim commented on June 15, 2024

你是不是用wait_group了?

from workflow.

coderwxl avatar coderwxl commented on June 15, 2024

是的
image

from workflow.

Barenboim avatar Barenboim commented on June 15, 2024

你用wait group相当于堵住了我们一个线程。我们会根据你最多同时堵住我们多少个网络线程来动态增加线程,避免没有活跃的线程可以用。

所以,除了main或者你自己创建的线程里,最好不要调用wait group的wait。对于计算线程,我们是不会动态增加的。所以计算线程绝对不应该wait。

from workflow.

Barenboim avatar Barenboim commented on June 15, 2024

@coderwxl
最新代码已经支持动态减少线程了,你可以再试一下你的场景。

from workflow.

coderwxl avatar coderwxl commented on June 15, 2024

动态减少线程能达到的效果是什么?

from workflow.

Barenboim avatar Barenboim commented on June 15, 2024

from workflow.

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.