Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: ActivePerl on WinXP vs. LinuxRH9

by iburrell (Chaplain)
on Nov 10, 2004 at 18:37 UTC ( [id://406747]=note: print w/replies, xml ) Need Help??


in reply to ActivePerl on WinXP vs. LinuxRH9

Installing modules is different. With ActivePerl, people usually use pre-built PPM packages. Pure Perl modules can be built with CPAN but it is harder. Getting the right compilers for building binary modules is a challenge.

Perl comes from a Unix background and certain idioms depend on that. The emulation in Windows can be imperfect. For example, fork() behaves the same but has different side-effects.

For your purposes, the networking internals are completely different. I assume there is an interface to packets since there are Windows firewall products but the API isn't well known and is probably complicated. On the other hand, the Linux networking is more transparent. There are interfaces for tapping into packets from the kerne (netlink sockets). There are ways of doing transparent proxying.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-03-29 08:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found