Re: IO::Socket::UNIX questions

2004-12-31 Thread Jonathan Paton
On Thu, 30 Dec 2004 22:51:00 -0500, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ... 3: Do UNIX sockets have less overhead than INET sockets? That all depends, it can go both way's. UNIX sockets, is comunicatting through files. Faster way would be to communicate through pipe's. I think

IO::Socket::UNIX questions

2004-12-30 Thread Dave Kettmann
Hello list, I am working with UNIX Sockets and have some questions that I cant seem to find answers to on the web. 1: Are UNIX sockets bi-directional? 2: If so, what is the proper way to 'setup' the connection? (will post what I have below) 3: Do UNIX sockets have less overhead than INET

Re: IO::Socket::UNIX questions

2004-12-30 Thread Jonathan Paton
I am working with UNIX Sockets and have some questions that I cant seem to find answers to on the web. Since the questions was interesting enough to me, I thought I would research the answer. Perl Cookbook contains an entire chapter on this. I am not a socket programmer! 1: Are UNIX sockets

Re: IO::Socket::UNIX questions

2004-12-30 Thread mgoland
- Original Message - From: Dave Kettmann [EMAIL PROTECTED] Date: Thursday, December 30, 2004 5:23 pm Subject: IO::Socket::UNIX questions Hello list, Hi Dave, I am working with UNIX Sockets and have some questions that I cant seem to find answers to on the web. It can be hard