<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Jul 21, 2009, at 7:34 AM, Steve Smith wrote:</div><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Monaco; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div lang="EN-US" link="blue" vlink="purple"><div class="Section1"><div style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman'; "><i><font size="2" face="Courier New"><span lang="EN-GB"><font class="Apple-style-span" face="Monaco"><span class="Apple-style-span" style="font-size: medium; font-style: normal;">.</span><span class="Apple-style-span" style="font-style: normal; "><span class="Apple-style-span" style="font-size: medium;">.</span><span class="Apple-style-span" style="font-size: medium;">.</span></span></font></span></font></i></div></div></div></span></blockquote><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Monaco; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div lang="EN-US" link="blue" vlink="purple"><div class="Section1"><div style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman'; "><i><font size="2" face="Courier New"><span lang="EN-GB" style="font-size: 10pt; font-family: 'Courier New'; font-style: italic; ">Because the client will wait for the first job to complete before sending the next...<o:p></o:p></span></font></i></div><div style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman'; "><font size="2" face="Courier New"><span lang="EN-GB" style="font-size: 10pt; font-family: 'Courier New'; "><o:p> </o:p></span></font></div><div style="margin-top: 0in; margin-right: 0in; margin-bottom: 0.0001pt; margin-left: 0in; font-size: 12pt; font-family: 'Times New Roman'; "><font size="2" face="Courier New"><span lang="EN-GB" style="font-size: 10pt; font-family: 'Courier New'; ">Ok I can see some kind of logic to this but if the client jobs stay on the client while the first job completes on the server when I power cycle the client machine the outstanding jobs disappear from the client.  Is there any way to make all the client jobs for the same queue go to the server and not sit on the client ?</span></font></div></div></div></span></blockquote><br></div><div>If you don't have any local queues, you can point the clients directly at the server in /etc/cups/client.conf:</div><div><br></div><div>    ServerName yourserver</div><div><br></div><div>If you have multiple servers and/or local queues, use:</div><div><br></div><div>    BrowseRemoteOptions waitjob=no</div><div><br></div><div>to let the client send the job and then go on to the next one.  For hard-wired remote queues just add "?waitjob=no" to the end of the device URI.</div><div><br></div><div> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Monaco; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>___________________________________________________</div><div>Michael Sweet, Senior Printing System Engineer</div><div><br></div></div></span><br class="Apple-interchange-newline"> </div><br></body></html>