Warning: system call select exceeded the maximum number of connections 256. error
Open
- Dominant language
- PHP
- Stars
- 11.6k
- Forks
- 2.2k
- Avg merge
- 11h 30m
- Merged PRs (30d)
- 3
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.