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