CVS login time

2002-01-24 Thread jazzvale

We're developing a java application to store and get files into a cvs
server.
We do this using the cvs comunication protocol.
The application works good, but we have serious speed problem because
every time we login into the cvs-server the it waits about 2.2 seconds
to authorize the user.

Does anyone know how to decrease this dead time?

INFO: At the moment the cvs-server is running on a W2000 server, but
in a few weeks we will start testing on lynux. The server is 1.11.1.2
- Build 41 for NT
This is how we log:

14:28:07.166 [main] - C: BEGIN AUTH REQUEST 
14:28:07.166 [main] - C: d:/cvs2 
14:28:07.176 [main] - C: admin 
14:28:07.196 [main] - C: Aye%?= 
14:28:07.196 [main] - C: END AUTH REQUEST 
14:28:09.469 [main] - S: I LOVE YOU

Thanks

Valerio
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: CVS login time

2002-01-24 Thread Larry Jones

jazzvale writes:
> 
> The application works good, but we have serious speed problem because
> every time we login into the cvs-server the it waits about 2.2 seconds
> to authorize the user.
> 
> Does anyone know how to decrease this dead time?

You'd have to profile the server to find out what's taking so long.  My
suggestion would be to do more work per login so you don't have to login
so much.

-Larry Jones

Mom must've put my cape in the wrong drawer. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs