Re: stupid newbie question

John Berninger <[email protected]>
Newsgroups gmane.network.up2date.current.devel
Message-ID <[email protected]>
The documentation is probably a little confusing on the point - the list
of channels in the valid_channels item int he [current] section is a
list of the label elements of the channels, not of the channel section
titles.  So, for your example, change the valid_channels line to:

valid_channels = redhat-7.1-i386

and it should work just fine.

On Fri, 05 Jul 2002, Daniel Wittenberg wrote:
<snip>
> I was also curious about why this isn't scalable?  I noticed several
> places in the docs that it talks about this being for the small/medium
> sized set of clients, and was curious what the limiting factor is.

In the 1.0 series (1.0.5 stable), the server is single threaded and uses
Python BSDDB-backed shelves as the database mechanism.  The majority of
time is spent inside stunnel doing https/SSL decryption, but even then,
the single threaded nature of the server rapidly becomes a severe
limiter.  Later versions (notably the 1.3 devel series) address this
issue by beginning to use an Apache/mod_python front end, which allows
Apache to automagically create multiple Current server instances and to
handle requests as rapidly as possible.  This gives us significant
scalability over the standalone frontend, and also allows a cleaner
split between front and back ends.  The next major development effort
will be for a SQL-based back end (probably targetted at Postgres) as a
precursor to client tracking and support.

> 
> Thanks,
> Dan
> 
> 
> -- 
> ========================
> Daniel Wittenberg
> Senior Unix Administrator
> University of Iowa
> http://dan.its.uiowa.edu
> _______________________________________________
> Current-server mailing list
> [email protected]
> http://lists.dulug.duke.edu/mailman/listinfo/current-server

-- 
Thank you,
John Berninger

Systems Administrator		[email protected]
Department of Mathematics	Box 8205, Harrelson Hall
NC State University		Raleigh, NC 27695
Phone:  (919)515-6315		Fax:	(919)515-3798

GPG Key ID: A8C1D45C
        Fingerprint: B1BB 90CB 5314 3113 CF22  66AE 822D 42A8 A8C1 D45C

"Non illegitimi carborundum."
--
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.