T.R | Title | User | Personal Name | Date | Lines |
---|
828.1 | Only a guess ... | AIMTEC::PORTER_T | Terry Porter, ALL-IN-1 Support, Atlanta CSC | Tue Jun 09 1992 00:39 | 13 |
| Could your sub-process be waiting for something to read what it had written to
the OAMAILBOX, ALL-IN-1 does not attempt to read the contents of OAMAILBOX
until an attempt is made by the sub-process to read DCLMAILBOX.
The 'wierd' sub-process you get with ALL-IN-1 handles this situation, maybe
your sub-process is doing a syncronous I/O that will not complete until the
mailbox (OAMAILBOX) is read by another process (i.e. ALL-IN-1).
It's only a guess but it may point you in the right direction.
HTH
Terry
|
828.2 | Try rolling your own mailboxes | SHALOT::WARFORD | Richard Warford @OPA DTN 393-7495 | Tue Jun 09 1992 15:31 | 13 |
| Several years ago, I worked out a method of doing Spawned process
communications. It wasn't pretty but it worked. Essentially it detailed
a seperate set of mailboxes for talking between the ALL-IN-1 subprocess
and the spawned process. Then a set of attaches back and forth to make
it work. The VASIS integration actually used this method for a while.
But that was in the old days. I've heard some people now use the
TEXT_FILE functions and effectively create thier own mailboxes to
talk with another process. Thus you avoid the ALL-IN-1 subprocess.
Still requires timely attaches back and forth - as spawing tends to
put a process on hold!
Rick
|
828.3 | Pointers | MDCRAB::HOWARD | Ben. Our business is computers, not money | Fri Jun 12 1992 05:23 | 6 |
| I got this to work a couple of years ago. The discussion that helped
me through was in OAWEGO::ALL-IN-1_V23, notes 1996 and 2582. I think I
posted some questions about exiting problems, but they turned out to be
programming errors in the program that was running in the sub-process.
Ben
|