30 | | |
31 | | - Allow for configurable setting wrt the fact that PyKota waits |
32 | | for the printer being idle before asking for printer's internal |
33 | | page counter before sending any data to the printer : if |
34 | | the print server is correctly configured (i.e. only PyKota can |
35 | | access to this particular printer), then we know for sure the |
36 | | printer will be idle at this time, because we wait for it |
37 | | to become idle again after having printed the job => we could |
38 | | save up to 50% of waiting time, and handle more jobs |
39 | | in the same time. |