swoole-src
swoole-src copied to clipboard
š Coroutine-based concurrency library for PHP
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. new PDO($dsn, $username, $password, $options); 2....
Please answer these questions before submitting your issue. 1. What did you do? If possible, provide a simple script for reproducing the error. ``` php
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. Start a swoole_server, with 4 processes,...
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. ```php [$response] = Octane::concurrently([ $data =...
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. I have a GraphQL mutation (running...
I'm checking out how could I approach the fact that MongoDB won't work properly with concurrency. My goal is to set this up on `Tick` that started within `WorkerStart` event....
## 1. What did you do? If possible, provide a simple script for reproducing the error. Iām returning connections back to the pool, if exceptions happen. This may happen in...
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. I ran into an issue in...
Hi guys, I'm running multiple Laravel sites / projects on a single server. Is there any way to use Swoole efficiently in this "shared hosting" scenario? Can a single Swoole...
Hi Swoole Team, I'm confused with these `enableCoroutine()` and `enable_coroutine`. Like when to use `enableCoroutine()` over `enable_coroutine`? I'm trying to grasp the implementation of coroutine in Swoole Server but I...