Show
Ignore:
Timestamp:
10/05/06 11:41:05 (18 years ago)
Author:
jerome
Message:

Improved the detection of a stable idle status in snmp accounting
stuff, because "lp *.pdf" would make only the first job to be
accounted correctly. PJL stuff needs some work.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounters/pjl.py

    r3025 r3027  
    3333ITERATIONDELAY = 1   # 1 Second 
    3434STABILIZATIONDELAY = 3 # We must read three times the same value to consider it to be stable 
    35 NOPRINTINGMAXDELAY = 60 # The printer must begin to print within 60 seconds. 
     35NOPRINTINGMAXDELAY = 60 # The printer must begin to print within 60 seconds byb default. 
    3636 
    3737# Here's the real thing :