[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

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

1607.0. "DECmcc-VMS/DECmcc-Ultrix" by PADIS::PERIE () Mon Oct 07 1991 09:40

    
    Very generally , are there difference between DECmcc for VMS and DECmcc
    for Ultrix in the Software organization ?
    
    Thanks.
                          Isabelle.
T.RTitleUserPersonal
Name
DateLines
1607.1BSYBEE::EGOLFJohn C. Egolf LKG2-2/T02 x226-7874Mon Oct 07 1991 09:575
	Isabelle,

	What is  meant  by  "in  the  Software  organization"?  Are you
	refering to management (people) or the product (modules)?

1607.2TOOK::SWISTJim Swist LKG2-2/T2 DTN 226-7102Mon Oct 07 1991 10:455
    Quite general answer.
    
    
    No.
    
1607.3I mean...PADIS::PERIEMon Oct 07 1991 15:345
    
    What I mean by software organization is for example how is the thread 
    mecanism implemented , process activated per each DECmcc module...
    
                                    Isabelle.
1607.4TOOK::SWISTJim Swist LKG2-2/T2 DTN 226-7102Mon Oct 07 1991 18:265
    Threads are the same - all in one process.
    
    Management modules are different.   All in one process in VMS.  Once
    process per MM in Ultrix.
    
1607.5ultrix process modelTOOK::CALLANDERMCC = My Constant CompanionWed Oct 23 1991 20:175
Jim, Isn't that one process per MM per user. So if one user logs into
the same account 5 times and runs mcc, there will never be more than
one process per MM that they are using. But if 5 users log into 5 
different account, each of them will have their own set of MCC MM
processes.
1607.6and for developpers , and users?PADIS::PERIEWed Nov 20 1991 13:056
    Thanks a lot for your answers.
    What about (differences Ultrix,VMS) from the developper point of view ?
    And from the user point of view?
    Thanks.
                              Isabelle.
    
1607.7new dev toolkit documentation includes ultrix infoTOOK::CALLANDERMCC = My Constant CompanionWed Jan 08 1992 12:1212
    
    The new developers toolkit documentation has been completely reworked
    so as to explain both environments, and to describe development in
    terms of platform independence.
    
    The level of OS knowledge needed by a developer will be dependent upon
    the type of function to be provided.  As much as possible we have put
    kernel routines around system services so as to make them "generic"
    from the developers point of view. The close you stick to MCC routines
    and standard C calls the more portable your code.