info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do cvs client server communicate


From: PJP
Subject: Re: How do cvs client server communicate
Date: 21 Mar 2006 23:33:11 -0800
User-agent: G2/0.2

Jim Hyslop wrote:
> None. The server takes its input from stdin, and sends its output to
> stdout and stderr. I believe linking the TCP/IP socket to std[*] is
> handled by (x)inetd (I'm not a UNIX expert, so don't quote me on that :=)

   Hey thanks !,
I think I should better state my problem, I'm tring to add a new commad
to cvs. This command is supposed to read input from stdin on client
side and send it over to cvs server. I've already reached the first
half. But now where should I receive that data on server side, and do
further processing ?

> > and also what is start_server used for.
> Have you examined the function? It has a header comment briefly saying
> what it does, and it's pretty straightforward.

  Well, I'd done that. But, I couldn't figure out how to use it in my
problem.
--
Regards
   -PJP
http://www.cdacbangalore.in/~prasad



reply via email to

[Prev in Thread] Current Thread [Next in Thread]