Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/swoole/swoole-src
🚀 Coroutine-based concurrency library for PHP
https://github.com/swoole/swoole-src
Shared memory for processes
Domex777 opened this issue 6 days ago
Domex777 opened this issue 6 days ago
php8.42+sw6.0,经常偶发个别进程CPU100%的问题
mdys opened this issue 7 days ago
mdys opened this issue 7 days ago
[Question] Server Multi Threading
smathersPersonal opened this issue 8 days ago
smathersPersonal opened this issue 8 days ago
Coroutine deadlock occurs after killing the process
wheakerd opened this issue 10 days ago
wheakerd opened this issue 10 days ago
Worker_reactor_try_to_exit() (ERRNO 9101): worker exit timeout, forced termination
warmbook opened this issue 11 days ago
warmbook opened this issue 11 days ago
Using grpc bidirectional streaming in swoole
Domex777 opened this issue 14 days ago
Domex777 opened this issue 14 days ago
求解,PHP8.4.2+Sw6.0 异步HTTP服务器,RPC场景,偶发onRequest没有触发响应问题。
mdys opened this issue 17 days ago
mdys opened this issue 17 days ago
自定义进程wait futex queue异常
crystal9002 opened this issue 17 days ago
crystal9002 opened this issue 17 days ago
[6.0]Fix unused code
NathanFreeman opened this pull request 20 days ago
NathanFreeman opened this pull request 20 days ago
[6.0]add zstd macro
NathanFreeman opened this pull request 20 days ago
NathanFreeman opened this pull request 20 days ago
[6.0]Fix compile error
NathanFreeman opened this pull request 20 days ago
NathanFreeman opened this pull request 20 days ago
README.md: elaboration for cloning from git
Ser5 opened this pull request 20 days ago
Ser5 opened this pull request 20 days ago
Swoole HTTP server doesn't trigger ManagerStart event
Ser5 opened this issue 22 days ago
Ser5 opened this issue 22 days ago
V6.0版enable-iouring编译报错 iouring.cc:460:48: error:invalid use of incomplete type ‘const struct statx’
mdys opened this issue 23 days ago
mdys opened this issue 23 days ago
error: ‘php_swoole_serialize’ was not declared in this scope
Ser5 opened this issue 23 days ago
Ser5 opened this issue 23 days ago
$server->setting is NULL in onWorkerStart and onTask callback
nguyenhothanhtam0709 opened this issue 25 days ago
nguyenhothanhtam0709 opened this issue 25 days ago
Server script starts many times when using Swoole 6
nguyenhothanhtam0709 opened this issue 27 days ago
nguyenhothanhtam0709 opened this issue 27 days ago
无法打印协程的bt
omigafu opened this issue 27 days ago
omigafu opened this issue 27 days ago
Refactor co lock
matyhtf opened this pull request 28 days ago
matyhtf opened this pull request 28 days ago
Add partitioned cookie support
jamesRUS52 opened this issue 28 days ago
jamesRUS52 opened this issue 28 days ago
When the process restarts, send a 500 status code to the clients waiting in the queue
NathanFreeman opened this pull request 28 days ago
NathanFreeman opened this pull request 28 days ago
[5.1]Fix bug #5635
NathanFreeman opened this pull request 29 days ago
NathanFreeman opened this pull request 29 days ago
php $start = microtime(true); //set 2s timeout $service = (yield service_center("User")); $service->setTimeout(2); $callId1 = $service->addCall("User::getUsersCache", ['ids' => [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]]); $callId2 = $service->addCall("User::getUser", ['id' => 1]); $res = (yield $service->multiCall()); dump($res[$callId1]); dump($res[$callId2]); dump(microtime(true) - $start);
ssaamrrr opened this issue about 1 month ago
ssaamrrr opened this issue about 1 month ago
Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. 2. What did you expect to see? 3. What did you see instead? 4. What version of Swoole are you using (`php --ri swoole`)? 5. What is your machine environment used (including the version of kernel & php & gcc)?
ssaamrrr opened this issue about 1 month ago
ssaamrrr opened this issue about 1 month ago
[6.0]Fix bug #5635
NathanFreeman opened this pull request about 1 month ago
NathanFreeman opened this pull request about 1 month ago
real_escape_string not accept numbers
LaySoft opened this issue about 1 month ago
LaySoft opened this issue about 1 month ago
compile error ‘ZEND_EXIT’ was not declared in this scope
tiket18 opened this issue about 1 month ago
tiket18 opened this issue about 1 month ago
[6.0]add pgsql long running test
NathanFreeman opened this pull request about 1 month ago
NathanFreeman opened this pull request about 1 month ago
WARNING ProcessPool::wait(): worker#4 abnormal exit, status=0, signal=11
auven opened this issue about 1 month ago
auven opened this issue about 1 month ago
Swoole 4.6.1、Swoole 5.1.6、Swoole 6.0.0 验证协程客户端PgSql 无异步效果(Swoole 4.6.1, Swoole 5.1.6, Swoole 6.0.0 verify that the coroutine client PgSql has no asynchronous effect)
yibin94 opened this issue about 1 month ago
yibin94 opened this issue about 1 month ago
swoole-6.0.0 and php-8.4 compile error
tomwijnroks opened this issue about 1 month ago
tomwijnroks opened this issue about 1 month ago
Add core tests
matyhtf opened this pull request about 1 month ago
matyhtf opened this pull request about 1 month ago
Path resolution in require seems incorrect
rsouthgate opened this issue about 1 month ago
rsouthgate opened this issue about 1 month ago
cURL error 2: Failed initialization
pifeifei opened this issue about 1 month ago
pifeifei opened this issue about 1 month ago
5.1.6,使用RedisPool高并发出错 ERROR php_swoole_server_rshutdown() (ERRNO 503)
mdys opened this issue about 1 month ago
mdys opened this issue about 1 month ago
Enable/Disable Futex support for io_uring
mrVrAlex opened this issue about 1 month ago
mrVrAlex opened this issue about 1 month ago
Is there Docker TS image?
volodymyr-hordiienko opened this issue about 1 month ago
volodymyr-hordiienko opened this issue about 1 month ago
Why I need to configure swoole as an example with --enable-swoole-pgsql if my php has pgsql drivers already
kvelaro opened this issue about 1 month ago
kvelaro opened this issue about 1 month ago
Proposal Detecting pcre2
fundawang opened this issue about 1 month ago
fundawang opened this issue about 1 month ago
fix cpu affinity check
remicollet opened this pull request about 1 month ago
remicollet opened this pull request about 1 month ago
[6.0]Release v6.0.0
NathanFreeman opened this pull request about 1 month ago
NathanFreeman opened this pull request about 1 month ago
swoole_substr_decoding: improved parameters validation
Appla opened this pull request about 1 month ago
Appla opened this pull request about 1 month ago
[bug] 偶现,在脚本中使用大量go(function () {})处理任务偶尔会卡死在epoll_wait
omigafu opened this issue about 1 month ago
omigafu opened this issue about 1 month ago
Need example for Swoole\Coroutine\Server
deba12 opened this issue about 1 month ago
deba12 opened this issue about 1 month ago
[6.0]add SW_THREAD_LOCAL
NathanFreeman opened this pull request about 1 month ago
NathanFreeman opened this pull request about 1 month ago
Coroutines are leaking
mohsin-devdksa opened this issue about 1 month ago
mohsin-devdksa opened this issue about 1 month ago
Refactor the implementation of runtime hooks under ZTS mode, Fix thread safety issues.
matyhtf opened this pull request about 1 month ago
matyhtf opened this pull request about 1 month ago
关于swoole启动时创建的几个进程,想多了解一些内在。
marol1210 opened this issue about 2 months ago
marol1210 opened this issue about 2 months ago
WARNING Server::check_worker_exit_status(): worker(pid=273, id=0) abnormal exit, status=0, signal=11 A bug occurred in Swoole-v5.0.3, please report it.
bafeiyu opened this issue about 2 months ago
bafeiyu opened this issue about 2 months ago
[possible bug?] worker_max_concurrency, requests queue and greaceful shutdown
mrVrAlex opened this issue about 2 months ago
mrVrAlex opened this issue about 2 months ago
请教,php8 +sw5.1.6,使用memory_tracker检查,在Swoole\Server->start()和onMessage会有内存泄漏。
mdys opened this issue about 2 months ago
mdys opened this issue about 2 months ago
[6.0]optimize config.m4 and remove dead code
NathanFreeman opened this pull request about 2 months ago
NathanFreeman opened this pull request about 2 months ago
[Feature Request] Custom exception when doing $server->push() on closed client
MrMeshok opened this issue about 2 months ago
MrMeshok opened this issue about 2 months ago
[5.1]Fix 301 status code test
NathanFreeman opened this pull request about 2 months ago
NathanFreeman opened this pull request about 2 months ago
[5.1]Fix oracle database name error
NathanFreeman opened this pull request about 2 months ago
NathanFreeman opened this pull request about 2 months ago
[6.0]Fix oracle database name error
NathanFreeman opened this pull request about 2 months ago
NathanFreeman opened this pull request about 2 months ago
[6.0]using iouring for http coro client
NathanFreeman opened this pull request about 2 months ago
NathanFreeman opened this pull request about 2 months ago
[6.0]optimize header value code
NathanFreeman opened this pull request about 2 months ago
NathanFreeman opened this pull request about 2 months ago
Improve process pool
matyhtf opened this pull request about 2 months ago
matyhtf opened this pull request about 2 months ago
How to close() a Swoole\Coroutine\PostgreSQL connection / object.
mohsin-devdksa opened this issue about 2 months ago
mohsin-devdksa opened this issue about 2 months ago
Fatal error: Cannot redefine class constant PDO::PGSQL_ATTR_DISABLE_PREPARES
mrVrAlex opened this issue about 2 months ago
mrVrAlex opened this issue about 2 months ago
进程池监听了message事件后,子进程无法接受信号,主进程也无法被kill -15停止
yunwuxin opened this issue about 2 months ago
yunwuxin opened this issue about 2 months ago
[6.0][WIP] Support zstd
NathanFreeman opened this pull request about 2 months ago
NathanFreeman opened this pull request about 2 months ago
WebSocker Server's Connection (fd) Overflow Issue due to continuous increment of Connection Number
mohsin-devdksa opened this issue about 2 months ago
mohsin-devdksa opened this issue about 2 months ago
[5.1]Fix bug #5382 (#5383)
xuanyanwow opened this pull request about 2 months ago
xuanyanwow opened this pull request about 2 months ago
WARNING Server::check_worker_exit_status(): worker(pid=18067, id=1) abnormal exit, status=0, signal=11
mengzhuowei opened this issue about 2 months ago
mengzhuowei opened this issue about 2 months ago
php8.4 使用curl函数报错 CURLOPT_BINARYTRANSFER 常量弃用
YvesHo0968 opened this issue about 2 months ago
YvesHo0968 opened this issue about 2 months ago
[6.0][WIP]Support llhttp
NathanFreeman opened this pull request about 2 months ago
NathanFreeman opened this pull request about 2 months ago
请教,子进程Process中使用task执行任务结束后无法释放主进程创建的RedisPool和MysqliPool
mdys opened this issue 2 months ago
mdys opened this issue 2 months ago
[5.1]Release v5.1.6
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
8.4.1 安装 swoole 5.1.5 编译报错
wheakerd opened this issue 2 months ago
wheakerd opened this issue 2 months ago
php 8.4.1 安装 swoole 5.1.5 出现警告
wheakerd opened this issue 2 months ago
wheakerd opened this issue 2 months ago
5.15版本,WebSocket 自定义握手,使用官方wiki上的例子onHandShake出现Segmentation fault
mdys opened this issue 2 months ago
mdys opened this issue 2 months ago
[5.1]Fix issue of unexpected response timeouts when an HTTP client with long time keep-alive
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
[5.1]Fix bug #5548
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
[5.1]Fix bug #5547
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
[5.1]Fix zend_max_execution_timer.h cannot be included by the C++ extension.
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
ssl websocket 在微信小程序手机端连续发送数据不能立即接收
xmzhy opened this issue 2 months ago
xmzhy opened this issue 2 months ago
Cannot run external program inside coroutine, when custom SIGCHLD handler was established
alex-rsk opened this issue 2 months ago
alex-rsk opened this issue 2 months ago
[6.0]Restrict liburing version to a minimum of 2.5.
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
PHP 8.4.1下静态编译出错
hkargc opened this issue 2 months ago
hkargc opened this issue 2 months ago
Create a Swoole WebSocket server that subscribes to new messages from Redis using Redis Pub/Sub.
AnyutaH opened this issue 2 months ago
AnyutaH opened this issue 2 months ago
Fix #5577 error in HAVE_IOURING_FUTEX detection
remicollet opened this pull request 2 months ago
remicollet opened this pull request 2 months ago
[6.0]Fix bug #5577
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
[6.0.0RC1] build failure
remicollet opened this issue 2 months ago
remicollet opened this issue 2 months ago
[6.0]6.0.0-rc1 version
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
[6.0]sync library file
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
[6.0]optimize http response
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
[6.0]Fix the lambda has no capture-default
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
[5.1]Fix when executing table::free() before process exit, it causes mutex lock not work in other processes
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
[5.1]Fix bug #5558
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
[5.1]Fix bug #5552
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
[5.1]Fix issue of unexpected response timeouts when an HTTP client with long time keep-alive
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
[5.1]Fix #5558
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
[5.1]Fix send chunk error
NathanFreeman opened this pull request 2 months ago
NathanFreeman opened this pull request 2 months ago
Bump codecov/codecov-action from 4 to 5
dependabot[bot] opened this pull request 2 months ago
dependabot[bot] opened this pull request 2 months ago
worker(pid=5361, id=5) abnormal exit
thethunderturner opened this issue 2 months ago
thethunderturner opened this issue 2 months ago
\Swoole\Coroutine\System::gethostbyname($domainName, AF_INET6, 5);触发信号11的错误进程奔溃
zhang768617998 opened this issue 2 months ago
zhang768617998 opened this issue 2 months ago
自定义进程中不能监听到信号
chenjian-cpu opened this issue 2 months ago
chenjian-cpu opened this issue 2 months ago