]> git.ipfire.org Git - thirdparty/cups.git/commit
Performance fixes for Get-Jobs (STR #2913)
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Thu, 31 Jul 2014 00:02:30 +0000 (00:02 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Thu, 31 Jul 2014 00:02:30 +0000 (00:02 +0000)
commitf16ea703e17a409484dae572e88caa844502186f
treef5379a49a1fe020d730465bc07e51eedc256c071
parenteec1fbc36f5671b432c3c5340d25e69d3b11e3de
Performance fixes for Get-Jobs (STR #2913)

Cache a few additional job attributes so that we normally do not need to load
the job attributes from the 'c' files.

If we do need to load them, limit the returned jobs to 500 at a time.

Implement first-index operation attribute.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12067 a1ca3aef-8c08-0410-bb20-df032aa958be
CHANGES.txt
scheduler/ipp.c
scheduler/job.c
scheduler/job.h