Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2000 10:39:19 -0400 (EDT)
From:      Zhihui Zhang <zzhang@cs.binghamton.edu>
To:        David Johnston <djohn@vviuh221.vvi.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: need really good freebsd socket book
Message-ID:  <Pine.SOL.4.21.0009041037560.23868-100000@sol.cs.binghamton.edu>
In-Reply-To: <10009041448.AA01126@vviuh221.vvi.com>

next in thread | previous in thread | raw e-mail | index | archive | help

UNIX Network Programming, Networking APIs, Sockets and XTI, Volume 1,
W. Richard Stevens.

-Zhihui

On Mon, 4 Sep 2000, David Johnston wrote:

> 
> Hi FreeBSD:
> 
> I need a really good book on freebsd (bsd4.4) socket programming.
> I need to know how to exchange data between
> one program on a computer (p-1)
> to another program on a different computer (p-2)
> (via TCP/IP).
> Then I need to know how to handle many p-1 programs exchanging data
> to only one p-2 program (p-1 are clients and p-2 is a server).
> For example: how can I have many p-1 programs place their requests
> on a data stack until p-2 can process the request and return a result?
> 
> Eventually I need to know how to handle requests in parallel with
> threads and different port numbers, but that is a different question,
> but it would be nice if the book covered simple to complex designs
> with basic socket examples.
> 
> I know it is asking for alot and any help is welcome!
> (I don't belong to the list, please respond to djohn@vvi.com)
> 
> Sincerely,
> 
> David Johnston
> djohn@vvi.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.21.0009041037560.23868-100000>