-
Hello,
With the coming removal of Swoole Lock in v4.5, what is the new way to handle locking with Swoole Table in multi-processes/threads environment? The [current document states](https://www.swoo…
-
picking up from https://github.com/nanovms/nanos/issues/810
by default it looks like it tries to spin up a handful of worker processes = number of cores - but most early users will be dealing w/1 c…
-
Hi, I have a basic UDP server that uses standard Linux sockets within a Swoole reactor based event loop. The server currently uses native Swoole coroutines as well. However I want to dispatch the read…
-
Please answer these questions before submitting your issue. Thanks!
1. What did you do? If possible, provide a simple script for reproducing the error.
Currently it doesnt seem to be possible wi…
-
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've tried to create a TCP server and a TCP …
-
I tried to set this up with swoole 4.3.5, is there a way to being able to debug the code
when coroutine is disabled? I thought xdebug is only not working in conjunction with coroutines,
but even wit…
-
异步有 `promise.all()` 功能, 可以等待所有异步执行后触发, 希望 Coroutine 也能提供个 wait 功能;
目前PHP实现:
```php
Runtime::enableCoroutine();
class PromiseAll
{
private $size;
private $chan;
publ…
-
# Feature Request
Run the Directus API on the [Swoole](https://www.swoole.co.uk/) platform.
## What problem does this feature solve?
Swoole enables high-performance, scalable and concurrent s…
-
Is there a way to disable coroutines? The doc states: https://www.swoole.co.uk/coroutine
But when i do a `./configure --disable-coroutine` i get:
```
configure: WARNING: unrecognized options: --dis…
-
Please answer these questions before submitting your issue. Thanks!
1. What did you do? If possible, provide a simple script for reproducing the error.
```
//Server.php
$server = new swoole_se…