From owner-freebsd-questions Mon Sep 4 15:41:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.hccnet.nl (pop.hccnet.nl [193.172.127.94]) by hub.freebsd.org (Postfix) with ESMTP id 76AD937B423 for ; Mon, 4 Sep 2000 15:41:53 -0700 (PDT) Received: from parmenides.utp.net by pop.hccnet.nl via uds136-124.dial.hccnet.nl [193.173.124.136] with ESMTP id AAA05278 (8.8.5/1.13); Tue, 5 Sep 2000 00:41:51 +0200 (MET DST) Received: from localhost (janko@localhost) by parmenides.utp.net (8.9.3/8.9.3) with ESMTP id AAA01644; Tue, 5 Sep 2000 00:41:54 +0200 (CEST) (envelope-from janko@compuserve.com) X-Authentication-Warning: parmenides.utp.net: janko owned process doing -bs Date: Tue, 5 Sep 2000 00:41:54 +0200 (CEST) From: Janko van Roosmalen X-Sender: janko@parmenides.utp.net To: David.Johnston@vviuh221.vvi.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: need really good freebsd socket book In-Reply-To: <10009042026.AA01437@vviuh221.vvi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chapter 17 "Sockets" of the "Perl Cookbook" has a lot of examples of using sockets in Perl. Could be useful to play with or to do some prototyping. Some sections of this chapter: Writing a TCP client, Writing a TCP server, Communicating over TCP, Setting up an UDP client, Setting up an UDP server, Closing a socket after forking, Writing bi-directional clients, Forking Servers, Pre-forking servers, Non-forking servers. The source code of the examples can be downloaded from the O'Reilly ftp site. Janko van Roosmalen On Mon, 4 Sep 2000, David Johnston wrote: > > Hi FreeBSD: > > > UNIX Network Programming, Networking APIs, Sockets and XTI, Volume 1, > > W. Richard Stevens. > > Thanks to everyone! I got both volumes and am reading them now. It looks > really exciting! > > Sincerely, > > David Johnston > djohn@vvi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message