home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 April / PCpro_2007_04.ISO / files / dsl / ManageEngineWiFiManager.exe / Disk1 / data1.cab / SourceFiles / WiFiManager.exe / conf / threads.conf < prev    next >
Encoding:
Text File  |  2007-01-17  |  742 b   |  22 lines

  1. # This configuration file is to be able to control the number of threads
  2. # in WebNMS via the various schedulers . The syntax of the file is
  3. # SchedulerName  number of Threads.
  4. # By default WebNMS has 6 schedulers . one main one for general tasks.
  5. # one for status polls, one for data polls, one for discovery module, one for 
  6. # configuration module and one for Management Server module.
  7. # They are identified by the names  "main" , "statuspoll" , "datapoll", "discovery" 
  8. # "config" and "MS" respectively.
  9. # Depending on the requirements you can increase the number of threads for a 
  10. # particular task.  
  11.  
  12. main  6
  13. datapoll 10
  14. discovery 4
  15. config 3
  16. Net_Disc 1
  17. policy 1
  18. DataManagement 1
  19. RFDiscoveryScheduler 1
  20. ServiceDiscovery 0
  21. csvdiscovery 10
  22.