Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
HP.com home

HP OpenVMS Systems

Ask the Wizard
» 

HP OpenVMS Systems

OpenVMS information

» What's new on our site
» Upcoming events
» Configuration and buying assistance
» Send us your comments

HP OpenVMS systems

» OpenVMS software
» Supported Servers
» OpenVMS virtualization
» OpenVMS solutions and partners
» OpenVMS success stories
» OpenVMS service and support
» OpenVMS resources and information
» OpenVMS documentation
» Education and training

Evolving business value

» Business Systems Evolution
» AlphaServer systems transition planning
» Alpha RetainTrust program

Related links

» HP Integrity servers
» HP Alpha systems
» HP storage
» HP software
» HP products and services
» HP solutions
» HP support
disaster proof
HP Integrity server animation
Content starts here

Ask the Wizard Questions

Language: Interprocess communication

The Question is:

From a 'C' written program, I spawn a sub-process using
$CREPRC. Now, I need to be able to communicate between the
two processes (sub-process & the parent) via mailboxes
(or pipes). This would be simple if the image which is
executed in the sub-process knew about it, however I require
any executable image to be able to do that.
I supposed the question really is how do I redirect standard
input & output to the two mailboxes within the sub-process?


The Answer is:


>I supposed the question really is how do I redirect standard
>input & output to the two mailboxes within the sub-process?

      Perhaps I'm missing something here. Why not:

    $CREMBX(chan=OUT_CHAN,lognam="IN_MBX")
    $CREMBX(chan=IN_CHAN2,lognam="OUT_MBX")
    $CREPRC(...input="IN_MBX",output="OUT_MBX"...)

    So the subprocess has IN_MBX as its primary SYS$INPUT and OUT_MBX as
    its primary SYS$OUTPUT. From the parent process, you can send messages
    to the subprocess as $QIOs to OUT_CHAN and receive responses from
    IN_CHAN. Be careful not to get yourself deadlocked!



 

** About PDF files: The PDF files on this Web site can be read online or printed using Adobe® Acrobat® Reader. If you do not have this software installed on your system, you may download it from the Adobe Web site.
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2008 Hewlett-Packard Development Company, L.P.