walkor

Results 250 comments of walkor

At present, swoole collaboration is the most feasible solution in PHP, and there is no good alternative.

Fiber cannot be well used at present, because most libraries and PHP extensions do not support fiber.

It is recommended not to waste time on fiber. Using fiber means that you need to rewrite all clients (MySQL redis, etc.) in PHP. Obviously, the performance of the client...

> I don't understand, why do you recommend against the official PHP implementation of fiber? Maybe my reply is ambiguous. From your previous issue, you have very high performance requirements....

Okay, thanks for your post. I'll keep eyes on swow.

I don't have a blog or wiki. In general, the secret to improving the performance of the framework is to make the framework as simple as possible. The less code...

Hi JamieSlome `SECURITY.MD` has been added to the project. Please contact me by email [email protected].

Sorry. There is no plan at present. : - (

[https://gitter.im](https://gitter.im) is ok. I've joined Atriedes and joostshao in the chat.

Thank you for your post @Arul- . But I want to make workerman as simple as possible. I think it's a better choice to build a new PSR7 project and...