Swoole-src: React or Amp

Created on 8 Apr 2014  ·  1Comment  ·  Source: swoole/swoole-src

How does this Swoole compare to:

ReactPHP
Amp https://github.com/rdlowrey/Amp

Most helpful comment

First swoole is C extension, Not php code library.
Swoole have native multi-thread reactor. Pthread only be used in a thread-safe versions. Zend mm is not stable with multi-thread.
Swoole can truly asynchronous mysql.
Swoole have performance-based timerfd millisecond timer.
Work processes can be synchronous or asynchronous.

>All comments

First swoole is C extension, Not php code library.
Swoole have native multi-thread reactor. Pthread only be used in a thread-safe versions. Zend mm is not stable with multi-thread.
Swoole can truly asynchronous mysql.
Swoole have performance-based timerfd millisecond timer.
Work processes can be synchronous or asynchronous.

Was this page helpful?
0 / 5 - 0 ratings