How many connections can unrealircd handle?

These are old archives. They are kept for historic purposes only.
Post Reply
andyrobson

How many connections can unrealircd handle?

Post by andyrobson »

I 'm using unrealircd3.2. I hope that my ircd server can handle 10000 or more conncurent visit. I have config the unrealircd.conf. But when I run my test program, the server can only accept 1016 connections and
the approprite item is 10000 in the unrealircd.conf.
I want solve this question. How can I do it?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

A single server will probably never hold 10,000 concurrent connections without problems. This is not only limited by the computer the server is run on, but the connection the server is run on.

You would need to connect multiple servers together.
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

As for a miracle connection and infinite system resources:

You need to recompile unrealircd, and when running ./Config, set the maximum number of file descriptors to what you want your limit to be.

NOTE: You also need to configure your operating system to allow this many file descriptors to be used by unrealircd, or unreal will fail to start.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Ron2K

Post by Ron2K »

This is, of course, mentioned in the FAQ...
http://www.vulnscan.org/UnrealIRCd/faq/#46
AnTaReS7364
Posts: 4
Joined: Thu Jul 20, 2006 1:52 pm

Post by AnTaReS7364 »

Hello,

I have the same problem with UnrealIRCd 3.2.4.
ulimit -n prints "1024", and I've configured (./Config) with default values.
But /lusers still give me : "Current Local Users: 24 Max: 56"
Why 56 ?

If someone know, thank you for help ! :?
Olivier
Olivier Ligny
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

The /lusers response ONLY gives you the maximum number of users who have been connected not the maximum that can connect. Basically that just tells you the largest number of users youve had connected at the same time.
AnTaReS7364
Posts: 4
Joined: Thu Jul 20, 2006 1:52 pm

Post by AnTaReS7364 »

Oooook ! ...
Cool 8)

Thank you very much :)
Olivier Ligny
Post Reply