This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: sources.r.c cvs server problems?
Randolph Chung <randolph@tausq.org> writes:
> ok, is there any interest in setting up ssh anoncvs access?
Not really, because it will make it much harder for us to rate limit
anonymous CVS access. Anonymous CVS is a surprisingly big resource
drain; we currently limit it to 10 simultaneous connections. Normally
when there are 10 active connections further connections get delayed
until one of the active ones exits.
Ian