[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

748.0. "Logicals and resource.dat explanations" by ZPOVC::RAMARAJ () Fri Feb 22 1991 10:51

    Hi,
    
    Is there any part of the DECmcc manuals that states what are the
    parameters that can be specified in the mcc_resource.dat and what
    logicals can be defined in the startup file or login.com.  I would like
    to tune my system to get the best performance.
    
    An example, I came across a logical that can be defined (mcc_pml_pm) 
    and am not sure what does it control?
    
    Raj
    SWS Singapore
T.RTitleUserPersonal
Name
DateLines
748.1mcc_pml_pmVERNA::V_GILBERTFri Feb 22 1991 11:5922
Raj,

Setting various bits in mcc_pml_pm helps in debugging the Iconic Map.  The 
various bits and what they handle are:               
 
                
              

0x0001 /* Display call parameter info */
0x0002 /* Print console thread events */
0x0004 /* Print management window thread events*/
0x0008 /* Print map window thread events */
0x0010 /* Print toolbox window thread events*/
0x0020 /* Print when setup map menubar*/
0x0040 /* Print what routine is entered	*/
0x0100 /* Print Management Window info*/
0x0200 /* Print PML info*/
0x0400 /* Print FB info	*/
0x0800 /* Print mcc_ats_frame_dump info	*/


Verna