Code Monkey home page Code Monkey logo

Comments (10)

Bilge avatar Bilge commented on May 24, 2024

What about beta 13?

from byte-stream.

Bilge avatar Bilge commented on May 24, 2024

If it is actually caused by beta 13, these are the changes. It seems that readable streams are now allowed to defer to other operations mid-stream. This shouldn't be an issue unless there are other things happening in your process besides reading and those things consume 100% of the CPU load or are synchronous.

from byte-stream.

PNixx avatar PNixx commented on May 24, 2024

There are a lot of requests to PostgreSQL, HTTP requests, and PHPMailer calls via amphp/parallel are also used. The code does not use blocking threads. The thread limit in RabbitMQ is set to 20 per worker. CPU load is not more than 80%.

from byte-stream.

trowski avatar trowski commented on May 24, 2024

I think this may be due to optimization to avoid latency between a few reads in a row introduced in beta 13. Can you please try v2.x-dev (current 2.x branch) to see if b5a09a3 fixes the issue?

from byte-stream.

kelunik avatar kelunik commented on May 24, 2024

@PNixx I can't reproduce any such behavior with the examples, so it'd be really helpful to hear your feedback for the commit mentioned above. Did you also update any other libraries?

from byte-stream.

PNixx avatar PNixx commented on May 24, 2024

Checked on v2.0.0 - all works correctly

from byte-stream.

kelunik avatar kelunik commented on May 24, 2024

@PNixx Thanks for confirming!

from byte-stream.

PNixx avatar PNixx commented on May 24, 2024

After the update, I periodically catch errors in various microservices:

Uncaught Exception: Fiber stack protect failed: mprotect failed: Cannot allocate memory (12) in /home/shared/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php:479
Stack trace:
#0 /home/shared/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(479): Fiber->start()
#1 /home/shared/vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php(533): Revolt\EventLoop\Internal\AbstractDriver->invokeCallbacks()

from byte-stream.

PNixx avatar PNixx commented on May 24, 2024

I think the problems started after adding repeat reading v2.0.0-beta.12...v2.0.0-beta.13

from byte-stream.

PNixx avatar PNixx commented on May 24, 2024

@kelunik Very unstable code behavior. I had to downgrade the following packages:
amphp/byte-stream: v2.0.0-beta.12
amphp/socket: v2.0.0-beta.7
amphp/dns: v2.0.0-beta.5
amphp/http-client: v5.0.0-beta.6
On the specified versions, the most stable and fastest processing.

from byte-stream.

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.