swoole 6 - when do you guys plan on releasing it? #5613
-
swoole 6 - when do you guys plan on releasing it? Is there anywhere one could see list of changes and improvements? |
Beta Was this translation helpful? Give feedback.
Answered by
NathanFreeman
Dec 12, 2024
Replies: 1 comment
-
Swoole 6 will be released soon. Here are some new features.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
linuxd3v
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Swoole 6 will be released soon.
Here are some new features.
--enable-swoole-thread
option to the configure command to activate it.Swoole\Thread
.Swoole\Thread\Lock
.Swoole\Thread\Atomic
,Swoole\Thread\Atomic\Long
.Swoole\Thread\Map
,Swoole\Thread\ArrayList
,Swoole\Thread\Queue
.iouring
as the underlying engine. Installingliburing
and compilingSwoole
with--enable-iouring
enables asynchronous operations for functions likefile_get_contents
,file_put_contents
,fopen
,fclose
,fread