Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Pipe vs. Socket

by maddfisherman (Sexton)
on Jul 10, 2002 at 19:39 UTC ( [id://180842]=perlquestion: print w/replies, xml ) Need Help??

maddfisherman has asked for the wisdom of the Perl Monks concerning the following question:

Are pipes and sockets the same thing ... if not what is the difference?
Also where is a good place to download linux? (what are the benifits of the different packages like redhat and whatnot?)

Replies are listed 'Best First'.
Re: Pipe vs. Socket
by Zaxo (Archbishop) on Jul 10, 2002 at 21:07 UTC

    Pipes and sockets are not the same thing. Pipes are fast and reliable, because they are implemented in memory on a single host where both communicating processes run. Sockets are slower and less reliable, but are much more flexible since they allow communication between processes on different hosts. See perlipc for a crash course on using them in perl.

    On Linux, pick a distro (inviting no distro wars here!) that some friend uses and copy the cd's, or if you have a fast connection download the iso images from a mirror. http://kernel.org is the original source.

    After Compline,
    Zaxo

      kernel.org only supplies kernel sources though, which is not much to work with. linuxiso.org is where it's at.

      Makeshifts last the longest.

Re: Pipe vs. Socket
by sm3g (Hermit) on Jul 11, 2002 at 03:58 UTC
    There are far to many distributions of Linux to go into all of them here. http://distrowatch.com has a pretty good comparison of almost all of them and a little bit of information about each. Don't be overwhelmed by the sheer numbers, if you're new to Linux you probably want one of the main ones anyway. I personally use Mandrake and would recommend you consider it. It's pretty much a derivative of Red Hat with a few added things and a nicer installation process. If you have a friend that already runs Linux then I think Zaxo's advice of borrowing their cd is your best bet. I can't begin to express how much tech-support-for-food from friends has helped me over the years.

    Disclaimer: This just my opinion. There are a lot of nice Linux distributions out there and each is good in it's own way. Basically, I'm not trying to start a distro war. Please don't flame me.

    sm3g
    perl -le 's;;uoli;;$a=length;y;g-w;e-u;;;$a--;s;j;$a;;print'
Re: Pipe vs. Socket
by Anonymous Monk on Jul 10, 2002 at 22:41 UTC
    I would download it to a hard drive. ;)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://180842]
Approved by virtualsue
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-19 00:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found