New RFC Strategy #33
Replies: 3 comments 3 replies
|
Hi Edmond, In the previous discussion, you mentioned that you were reaching out to the community, frameworks, and libraries for feedback. Have you received any feedback? What's the PHP Foundation's view on the best path forward? Are they interested in this feature? I noticed your internal email hasn't received a response yet. Have there been any behind the scenes discussions through other channels, or is this just stalled, hopefully because everyone is busy with the 8.6 release? |
|
https://discourse.thephp.foundation/t/php-dev-rfc-concurrency-support-in-the-php-engine/5817 |
|
I think, given the official's consistently dependent attitude, the probability of accepting the TrueAsync RFC is almost zero. I think it would be better if there were sponsorship teams. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
As you know, we're already into the second year, and the chances of the original TrueAsync RFC being accepted are close to zero.
The adoption of the Poll API opens up a new opportunity. There is now a chance to introduce changes into PHP core that would allow TrueAsync to exist as a separate extension, while also enabling other PHP extensions to integrate with the core much more effectively.
You can take a look at these two draft documents:
Both of these documents introduce hooks into the PHP core that can be overridden by an extension. They intentionally do not define a final, concrete design; instead, they establish the general principles and architecture.
The RFC is five to ten times smaller.
All reactions