Title: RE: CVS Server too slow???

On linux to increase the number of requests that can be handled inetd to the cvs service change the cvs line of inetd.conf from

cvspserver stream tcp nowait root /cvspath/cvs cvs --allow-root=/cvsrootpath pserver

to

cvspserver stream tcp nowait.100 root /cvspath/cvs cvs --allow-root=/cvsrootpath pserver

where the ".100" is the max requests per 60 second period. The default is 40. See inetd man pages for more info.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 08, 2000 11:04 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: CVS Server too slow???


Kursat Ince writes:
>
> >Description:
> I setup a cvs server (for remote access) on Guvercin. Every thing is
> just
> fine. But when I started using cvscheck, a freely available shell
> script, inetd stops
> serving and refuses connections. I know cvscheck does too many cvs
> requests
> and may be my computer or the server is slow.

Since you know this is an inetd problem, I'm not sure why you're
reporting it as a CVS problem.  Nevertheless, you need to check your
inetd documentation -- if inetd receives "too many" requests for the
same service in a short period of time, it decided that there's
something wrong and starts refusing the connection requests.  Typically,
the service is automatically reenabled after some amount of time goes
by.  What qualifies as "too many" is always adjustable, but exactly how
varies between inetd implementations, so you'll have to check the
documentation to find out how yours works (some have a single global
limit, others allow each service to have a different limit).

-Larry Jones

You should see me when I lose in real life! -- Calvin

Reply via email to