Changeset 1731

Show
Ignore:
Timestamp:
09/21/04 17:59:16 (20 years ago)
Author:
jalet
Message:

Increase delay to diminish CPU load

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/waitprinter.sh

    r1728 r1731  
    2727LOG_DO_FLAG=""  #set different from null for file logging 
    2828IDLE_WAIT_NUM=3 #number of snmp reads to consider the printer _really_ idle 
    29 SNMP_DELAY=1    #seconds between snmp reads 
     29SNMP_DELAY=2    #seconds between snmp reads 
    3030#-------------------------------------------------------------------------- 
    3131# END OF CONF 
  • pykota/trunk/NEWS

    r1729 r1731  
    2929          You need the http://pysnmp.sf.net Python module 
    3030          for this to work (tested with v3.4.2) 
     31           
     32        - Increased delay between two loops iterations   
     33          to 2 seconds in waitprinter.sh to diminish 
     34          CPU load. 
    3135           
    3236    - 1.20alpha12 :