HP3000-L Archives

May 1995, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Stan Sieler 2 <[log in to unmask]>
Reply To:
Stan Sieler 2 <[log in to unmask]>
Date:
Tue, 9 May 1995 10:53:24 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (19 lines)
Hi,
 
What are you passing to the system() call?
 
A possible workaround is to call HPCICOMMAND instead...since that
doesn't use fork.
 
Fork is probably checking that you don't have any non-POSIX style resources
(e.g, outstanding CM-NM switches, or databases) before allowing the
fork to happen.  Why?  Because MPE doesn't know how to fork those
resources!   Memory, ordinary files...sure, no problem.  (Hmm, I haven't
tried forking with RIO, CIR, or CM KSAM files open.)
 
Of course, you could view the entire thing as a moral:
 
   Don't fork yourself.
 
SS

ATOM RSS1 RSS2