When an OpenVPN client connects to a VPN node, this generated a HTTP(S) connection to the portal/controller. If you have 1000+ clients and they (for some reason) all (re)connect at the same time, this might overwhelm the portal/controller and result in clients being unable to connect.
We should try to benchmark e.g. 1000 OpenVPN clients connecting at the same time, by for example calling node-api.php on the portal/controller in parallel using e.g. ab to try and establish a connection and see what happens.
Related:
When an OpenVPN client connects to a VPN node, this generated a HTTP(S) connection to the portal/controller. If you have 1000+ clients and they (for some reason) all (re)connect at the same time, this might overwhelm the portal/controller and result in clients being unable to connect.
We should try to benchmark e.g. 1000 OpenVPN clients connecting at the same time, by for example calling `node-api.php` on the portal/controller in parallel using e.g. `ab` to try and establish a connection and see what happens.
Related:
* https://codeberg.org/eduVPN/deploy/issues/1
* https://codeberg.org/eduVPN/vpn-server-node/issues/1