[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

1627.0. "Parse Tab. Update too long" by BYENG0::NGUYEN () Wed Oct 09 1991 13:28

    Hello,
    
    I'm using the available development tools to develop an AM
    on a VS 3100 M48. However, the process of updating the Parse
    Tables takes me very very long (hours) every time. Is it normal
    or do I miss something important here ?
    
    Thanks,
    Quoc
    
T.RTitleUserPersonal
Name
DateLines
1627.1Fixed in V1.2BSYBEE::EGOLFJohn C. Egolf LKG2-2/T02 x226-7874Wed Oct 09 1991 13:361
1627.2For MM development, you don't have to use a *FULL* dictionaryNANOVX::ROBERTSKeith Roberts - DECmcc Toolkit TeamWed Oct 09 1991 17:0921
You should copy and use the developers dictionary when testing your
Management Module.  It only has a few entities worth of data in there.
Loading/Updating the dictionary and building the parse table run
real fast.

The Management Module Programming Guide has the directions, but just in case:

  o  Create you working directory <dev-dir>
  o  Set default to your working directory <dev-dir>

  o  $ define mcc_examples sys$common:[syshlp.examples.mcc]
  o  $ copy mcc_examples:mcc_dev_dictionary.dat     mcc_dictionary.dat
  o  $ copy mcc_examples:mcc_dev_definition.dat     mcc_definition.dat
  o  $ copy mcc_examples:mcc_dev_mir_attribute.dat  mcc_mir_attribute.dat
  o  $ copy mcc_examples:mcc_dev_mir_directory.dat  mcc_mir_directory.dat
  o  $ define mcc_system <dev-dir>,mcc_specific,mcc_common

This presumes you are running DECmcc V1.1 -- hope I didn't make 
any typos

/keith
1627.3Thanks. I'll try itBYENG0::NGUYENThu Oct 10 1991 06:015
    Thanks for your replies. I'll keep .1 for my information
    and try .2 very soon (Yes, I'm running V1.1) .
    
    Regards,
    Quoc
1627.4check quotas before running ptbTOOK::CALLANDERMCC = My Constant CompanionWed Oct 23 1991 21:087
ptb builds everything in memory before writting anything to disk. Try
monitoring your process as it is running. You might find that your
page file and page file quotas could use enlargment. If so you will see
alot of pagging and swapping going on. On my 3100 I find that it runs
in anywhere from 1:10 to 1:45. Rarely does it take any longer than that.

jill