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

Conference csc32::consolemanager

Title:POLYCENTER Console Manager
Notice:Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS:
Moderator:CSC32::BUTTERWORTH
Created:Thu Aug 06 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1541
Total number of notes:6564

930.0. "Event bursts..." by 51678::MALM (My God! It's full of stars...) Fri Aug 18 1995 05:10

Hi!

I've a problem with an action routine...

As long as the event doesn't arrive to often, the routine is triggered OK, but
if the events comes to fast, only the first (and maybe the 5th...) event will
trigger tha action.

If two different events comes the first triggers the action but not the second.

All events are displayed in the ENS window so they are detected.

The timers in the filter are set to 0 so there's no problem there.


PCM 1.6 ECO1
VMS 6.1
on a
WS4000/60

Any ideas?

/Staffan
T.RTitleUserPersonal
Name
DateLines
930.1CSC32::BUTTERWORTHGun Control is a steady hand.Fri Aug 18 1995 15:0516
    This must be a command procedure based action routine then which
    requires a process creation each time. I suspect that ENS is having
    trouble creating a process relaibly. WHat yyou need to do is
    
    DEFINE/SYSTEM CONSOLE$DEBUG "ENS,ACTION"
    
    and restart PCM. Then force some events to occur rapidly by connecting
    to a node and typing a file full of strings that will cuase your event
    to be triggered. The file CONSOLE$TMP:CONSOLE$DAEMON_ENS.LOG will have
    an audit trail showing the event and the actions that event was posted
    to or caused to be dispatched. Post this output to the conference. 
    Once youve duplicated the problem, deassing the CONSOLE$DEBUG logical
    and restart PCM.
    
    REgs,
      Dan