Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
Pardon my naivete regarding DECmcc, but I am looking for a quick answer and couldn't find what I wanted checking a few keywords. I am looking for an example of a situation where a single process might simultaneously have two images (at least one of them shareable :-) active, both images accessing DECwindows, and the two images coming from separate development groups (DEC or third party). So the question is -- does DECmcc operate with multiple shareable images from different development groups in the same process, or is it all done with subprocesses?
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3194.1 | One process | TOOK::MINTZ | Erik Mintz, dtn 226-5033 | Wed Jun 17 1992 00:29 | 5 |
DECmcc uses multiple shareable images in the same process (and DECthreads, aka CMA, for concurency within the process). However, since the user interface is handled through our presentation modules, most images do not use DECwindows directly. |