With a comet server running on node.js - how many concurrent connections can be expected from an EC2 server?
Has anyone done this before and found a reasonable limit?
With our specific application, it’s quite rare to push data to clients quite rarely, it is more than the maximum simultaneous connections to the server, which bothers us. We look somewhere between 200 thousand - 500 thousand, I think, and I'm trying to find out if the comet will work without a monstrous fleet of servers ...
If you are using Linux, find out the contents of / proc / sys / net / ipv 4
, net.ipv4.netfilter.ip_conntrack_max , , . , orphan_retries, . , . TCP.
, , Linux FreeBSD OpenSolaris/Illumos.
FreeBSD /boot/loader.conf
OpenSolaris/Illumos ndd.
Source: https://habr.com/ru/post/1794000/More articles:Determine if the file location is an alias in bash scripts - bashReading aliases - objective-cEffective DOM Selection Methods - Choosing by Attribute Slow? - jqueryAndroid Developer Platform - androidMySQL ORDER BY проблема с числовым значением с отрицательными номерами - mysqlImages are not displayed in the bank, but are displayed in the compiler? - javaBad file descriptor error when setting up non-blocking on boost :: asio :: ip :: tcp :: socket - c ++Calling a protected Windows 7 executable using Perl - windows-7Problem connecting to localhost using watir - ruby | fooobar.comMySQL query count () returns rows instead of general? - sqlAll Articles