| You won't be able to support more than around 2000 simultaneous
telnet users, due to the high overhead of the single-character
processing between telnetd and the shell.
If you have 30,000 accounts, that should work ok as long as not
more than a couple thousand log in at once..
There may be other problem areas as well, this only covers the
telnet part of the equation.
John
|
|
>Melbourne University is looking to install a new mail server based on recent
>purchase of a 4100
>system running Digital Unix. At this stage they are looking to run PINE
>supporting
>approximately 30,000 users via telnet sessions.
I have a similar problem. I have a customer (ISP) who is looking for a
internet mail server architecture to scale to 300K users. The only
thing I can think of is InterMail (http://www.software.com)
30K seems okay at the moment. My customer is now running a pair
of 4100 with ASE supporting 50K users. Things to look out for will be
user account, disk storage, network, and the type of mail software.
My customer is running the usual sendmail. This is a problem
because the mail spool by default is a single directory
/var/spool/mail. Performance is a problem with linear search for
directory lookup.
High performance controller might offset the problem.
The current Digital UNIX has a limitation of 16bit UID. This limit
the maximum user onboard to 64K. Personally, I think it is a serious
limitation with the processing power of AlphaServers.
As mentioned, you gonna have problem with telnet session.
>Putting the intent to use the 4100 system aside, I am looking for general
>sizing information and
>issues in supporting such a user population; ie passwd files, number of telnet
>sessions, mail
>requirements, ultimately with a view of sizing an appropriate system.
As you mentioned such information seems pretty rare.
[posted by Notes-News gateway]
|
| My understanding is that sendmail can be configured to deliver mail
to the user home directory rather than /var/spool/mail/username
the UID extensions are coming in V4.0d, with some restrictions (to be
release noted). If you run a V4.0 os base, and install patches, you
should be fine.
You should state what is the concurrent login load on the system per
.1.
|