workerman icon indicating copy to clipboard operation
workerman copied to clipboard

Warning: system call select exceeded the maximum number of connections 256. error

Open Geckon01 opened this issue 1 year ago • 3 comments

I'm getting error: Warning: system call select exceeded the maximum number of connections 256. As I can see in source codes, this error is produced only on Windows. And Unix systems will get another one: Warning: system call select exceeded the maximum number of connections 1024, please install event/libevent extension for more connections. So, is there any way to get more than 256 connections on Windows?

Geckon01 avatar May 15 '23 07:05 Geckon01

https://wenda-1252906962.file.myqcloud.com/dist/swoole-cli-v5.0.3-cygwin-x64.zip Try to use swoole-cli-v5.0.3-cygwin-x64.

walkor avatar May 15 '23 07:05 walkor

Thanks, I'll try it.

Geckon01 avatar May 15 '23 07:05 Geckon01

Also, can I ask adding this error to log file or even exception? It'll be much easier to debug this way

Geckon01 avatar May 15 '23 12:05 Geckon01