home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / delay.exe / DELAY.TXT < prev    next >
Text File  |  1994-08-01  |  3KB  |  78 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              DELAY.NLM - Delays loading of NLM's
  5. DOCUMENT ID:        TID021668
  6. DOCUMENT REVISION:  A
  7. DATE:               29JUL94
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         DELAY.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NLM SDK 3.0
  14.  
  15. ABSTRACT:
  16.  
  17. DELAY.EXE contains a sample NLM program that will delay the loader within the
  18. NetWare OS from loading other NLM's until the specified time has elapsed. 
  19. DELAY.NLM would typically be used within a .NCF procedure to allow a
  20. previously loaded NLM to stabilize before continuing to load other NLM's.
  21.  
  22. -----------------------------------------------------------------
  23. DISCLAIMER
  24. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  25. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  26. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  27. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  28. -----------------------------------------------------------------
  29.  
  30. SYMPTOM
  31.  
  32. Some NLM's require the use of either drivers and/or library modules to be
  33. loaded prior to execution.  Sometimes there are load order dependencies that
  34. can only be solved my manually loading NLM software instead of being able to
  35. load the NLM's from within a .NCF file.  DELAY.NLM is a utility that attempts
  36. to minimize the hand loading of NLM's by allowing the administrator to delay
  37. the execution or loading of an NLM by a specified number of seconds.
  38.  
  39. SOLUTION
  40.  
  41. Load DELAY in .NCF files where you want to delay the execution of other NLM's
  42. for a specified number of seconds.  Usage for a delay of 20 seconds would look
  43. like this:
  44.  
  45. LOAD DELAY 20
  46.  
  47. Source code is included with this utility.  This NLM is an example of using
  48. the SynchronizeStart API and the link directive "SYNCHRONIZE".
  49.  
  50. Self-Extracting File Name:  DELAY.EXE     Revision:  A
  51.  
  52. Files Included     Size     Date      Time
  53.  
  54. \
  55.    DELAY.TXT         (This File)
  56.      DELAY.C       5018   07-29-94   11:18a
  57.     MAKEFILE       3184   07-20-94    9:49a
  58.    DELAY.NLM       2545   07-29-94   11:19a
  59.  
  60.  
  61. Installation Instructions:
  62.  
  63. Copy DELAY.NLM into SYS:SYSTEM and flag it as Shareable, Read-Only.  Insert a
  64. load statement into .NCF files where needed.
  65.  
  66.  
  67.  _Verified by customer
  68. X_Verified by Novell
  69.  
  70. ----------------------------------------------------------------
  71. Any trademarks referenced in this document are the property of their
  72. respective owners.  Consult your product manuals for complete trademark
  73. information.
  74. ----------------------------------------------------------------
  75.  
  76.  
  77.  
  78.