Changeset 1774

Show
Ignore:
Timestamp:
10/05/04 11:20:07 (19 years ago)
Author:
jalet
Message:

Reduced delay from 2 to 1 seconds in internal SNMP and PJL_over_TCP
handlers

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/NEWS

    r1771 r1774  
    2424    - 1.20alpha20 : 
    2525     
     26        - Reduced delay in internal SNMP and PJL_over_TCP handlers 
     27          from 2 to 1 second. 
     28         
    2629        - dumpykota can now output XML. 
    2730         
  • pykota/trunk/pykota/accounters/hardware.py

    r1749 r1774  
    2222# 
    2323# $Log$ 
     24# Revision 1.29  2004/10/05 09:20:07  jalet 
     25# Reduced delay from 2 to 1 seconds in internal SNMP and PJL_over_TCP 
     26# handlers 
     27# 
    2428# Revision 1.28  2004/09/27 20:09:30  jalet 
    2529# Lowered timeout delay for PJL queries 
     
    128132from pykota.accounter import AccounterBase, PyKotaAccounterError 
    129133 
    130 ITERATIONDELAY = 2.0   # 2 Seconds 
     134ITERATIONDELAY = 1.0   # 1 Second 
    131135STABILIZATIONDELAY = 3 # We must read three times the same value to consider it to be stable 
    132136