server.getConnections(callback)
Asynchronously get the number of concurrent connections on the server. Works when sockets were sent to forks.
Callback should take two arguments err
and count
.
server.getConnections(callback)
Asynchronously get the number of concurrent connections on the server. Works when sockets were sent to forks.
Callback should take two arguments err
and count
.
Designed by : w10schools
service@w10schools.com
Please login to continue.