If you are running Linux you could try using the iptables command to limit the number of users coming in: iptables -A INPUT -p tcp --syn --dport http -m iplimit --iplimit-above 10 -j REJECT
Not sure how to accomplish this on a Windows server. -Robert -- View this message in context: http://opensim-users.2152040.n2.nabble.com/Limit-Maximum-number-of-user-s-login-concurrently-tp5634526p5671515.html Sent from the opensim-users mailing list archive at Nabble.com. _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
