in reply to Re: How to hook up C's socketpair() with Perl's?
in thread How to hook up C's socketpair() with Perl's?

Hi

Instead of getting fileno from Environment Variable, you can write a program in such a way that read from Shared Memory.

"Keep pouring your ideas"
  • Comment on Re^2: How to hook up C's socketpair() with Perl's?

Replies are listed 'Best First'.
Re^3: How to hook up C's socketpair() with Perl's?
by Moron (Curate) on Jul 14, 2006 at 09:46 UTC
    The OP stated that he is running this on unix. The 'disk emulation' concept of shared memory is available under linux and POSIX, but if the unix system isn't POSIX compliant, then the shared memory style to fall back on wouldn't be accessible via a device driver nor is it file-structured. - Oops I thought you meant use a shared memory file until I reread your post.

    -M

    Free your mind