-
Hello everybody,
I've been doing quite a bit of asynchronous PHP lately, and we could really benefit from more interoperability between ReactPHP and Amp. It looks like a lot of work is being done i…
-
This is a continuation of https://github.com/async-aws/aws/issues/756
What changed since then? https://twitter.com/nicolasgrekas/status/1583454980769730560
https://github.com/FriendsOfPHP/well-k…
-
Hello,
Maybe I'm wrong but I would like to advise you that the document at https://amphp.org/amp still have references to \Amp\Promise for awaitAll, awaitFirst and awaitAny.
Shouldn't it be "A…
-
**Description**
php-whois configuration for TLDs is centrally distributed, changes in whois servers' config have to be reported as issues, then committed to the config file, then redistributed vi…
-
Hi there!
I’m trying to build some kind of an authorization middleware and faced an issue where the server runs out of memory after a constant count of requests (depending on PHP’s `memory_limit` s…
-
Hey,
Has any thought been given to supporting phpstan/psalm generics e.g.
```php
class Foo
{
/**
* @return Promise
*/
public function wait(): Promise { // ... }
}
```
…
-
Hi there,
I'm new to amphp/parallel. Please correct me if wrong, but it seems as if the README needs to be updated.
The example below will throw an error:
```php
-
I wonder... can we make Fusio can run on Swoole? Honestly, I have no experience with Swoole. Just reading and watching some presentation videos about Swoole. But wouldn't it be awesome though?
-
It seems the async method does not do what it advertises to do
Here is a simple server taken from the readme with a sleep and logs added
```php
#!/usr/bin/env php
-
from the chat by @basz :
when I run several long runing php processes (projection) how much memory should I expect those to use? according to newrelic 11 processes consume ~500Mb. time three for dev,…