Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / General / archives / 2010 / 03 / priority-queues.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <meta name="generator" content="Movable Type 5.2.3" />
7 <link rel="stylesheet" href="http://defaria.com/blogs/General/styles.css" type="text/css" />
8 <link rel="start" href="http://defaria.com/blogs/General/" title="Home" />
9 <link rel="alternate" type="application/atom+xml" title="Recent Entries" href="http://defaria.com/blogs/General/atom.xml" />
10 <script type="text/javascript" src="http://defaria.com/blogs/General/mt.js"></script>
11
12
13     
14     <link rel="prev bookmark" href="http://defaria.com/blogs/General/archives/2010/03/broken-dns.html" title="Broken DNS" />
15     <link rel="next bookmark" href="http://defaria.com/blogs/General/archives/2010/03/stupid-is-as-st.html" title="Stupid is as stupid does" />
16     
17     
18     <title>Priority Queues... - General</title>
19 </head>
20 <body id="classic-blog" class="mt-entry-archive layout-wtt">
21     <div id="container">
22         <div id="container-inner">
23
24
25             <div id="header">
26     <div id="header-inner">
27         <div id="header-content">
28
29
30             <div id="header-name"><a href="http://defaria.com/blogs/General/" accesskey="1">General</a></div>
31             <div id="header-description"></div>
32
33         </div>
34     </div>
35 </div>
36
37
38
39             <div id="content">
40                 <div id="content-inner">
41
42
43                     <div id="alpha">
44                         <div id="alpha-inner">
45
46
47                             <div id="entry-723" class="entry-asset asset hentry">
48                                 <div class="asset-header">
49                                     <h1 id="page-title" class="asset-name entry-title">Priority Queues...</h1>
50                                     <div class="asset-meta">
51                                         <span class="byline">
52
53                                             <abbr class="published" title="2010-03-01T13:35:55-08:00">March  1, 2010  1:35 PM</abbr>
54
55                                         </span>
56
57
58                                     </div>
59                                 </div>
60                                 <div class="asset-content entry-content">
61
62                                     <div class="asset-body">
63                                         <p>Many IT departments run long running and intensive processes on the various PCs throughout their organizations. For example, virus scanners (are evil but that's another rant), defragmentation and disk cleanup stuff. Is it really too much to ask for them to put such background tasks in the <b>LOW PRIORITY QUEUE!!!</b>. Do they know what the low priority queue even is or that it exists? I have yet to see anybody, other than myself, think ahead far enough to say "Gee this would interrupt interactive performance. I know! I'll put this in the low priority queue instead of being rude". I wonder what the thought process is for the IT guys or even if there is a thought process...</p>
64
65 <p>And then processes spawned from the original process go in the normal queue, so even if you put the first process in the low queue, the next process pops out in the normal queue. The correct way to do this is to have the original process, the parent process, in the low queue and have it insure any children created are also in the low queue!</p>
66                                     </div>
67
68
69                                 </div>
70                                 <div class="asset-footer">
71
72     
73
74
75                                 </div>
76                             </div>
77
78
79                     
80                     
81
82
83                         </div>
84                     </div>
85
86
87                     <div id="beta">
88     <div id="beta-inner">
89
90
91     
92     <div class="widget-archive widget-archive-category widget">
93     <h3 class="widget-header">Categories</h3>
94     <div class="widget-content">
95     
96     </div>
97 </div>
98
99
100
101
102     <div class="widget-archive-monthly widget-archive widget">
103     <h3 class="widget-header">Monthly <a href="http://defaria.com/blogs/General/archives.html">Archives</a></h3>
104     <div class="widget-content">
105         <ul>
106         
107             <li><a href="http://defaria.com/blogs/General/archives/2017/07/">July 2017 (1)</a></li>
108         
109     
110         
111             <li><a href="http://defaria.com/blogs/General/archives/2017/04/">April 2017 (1)</a></li>
112         
113     
114         
115             <li><a href="http://defaria.com/blogs/General/archives/2016/11/">November 2016 (1)</a></li>
116         
117     
118         
119             <li><a href="http://defaria.com/blogs/General/archives/2016/05/">May 2016 (1)</a></li>
120         
121     
122         
123             <li><a href="http://defaria.com/blogs/General/archives/2016/03/">March 2016 (1)</a></li>
124         
125     
126         
127             <li><a href="http://defaria.com/blogs/General/archives/2015/10/">October 2015 (1)</a></li>
128         
129     
130         
131             <li><a href="http://defaria.com/blogs/General/archives/2015/01/">January 2015 (2)</a></li>
132         
133     
134         
135             <li><a href="http://defaria.com/blogs/General/archives/2014/11/">November 2014 (1)</a></li>
136         
137     
138         
139             <li><a href="http://defaria.com/blogs/General/archives/2014/02/">February 2014 (1)</a></li>
140         
141     
142         
143             <li><a href="http://defaria.com/blogs/General/archives/2014/01/">January 2014 (1)</a></li>
144         
145     
146         
147             <li><a href="http://defaria.com/blogs/General/archives/2011/03/">March 2011 (1)</a></li>
148         
149     
150         
151             <li><a href="http://defaria.com/blogs/General/archives/2010/11/">November 2010 (1)</a></li>
152         
153     
154         
155             <li><a href="http://defaria.com/blogs/General/archives/2010/10/">October 2010 (1)</a></li>
156         
157     
158         
159             <li><a href="http://defaria.com/blogs/General/archives/2010/06/">June 2010 (4)</a></li>
160         
161     
162         
163             <li><a href="http://defaria.com/blogs/General/archives/2010/04/">April 2010 (1)</a></li>
164         
165     
166         
167             <li><a href="http://defaria.com/blogs/General/archives/2010/03/">March 2010 (4)</a></li>
168         
169     
170         
171             <li><a href="http://defaria.com/blogs/General/archives/2010/02/">February 2010 (7)</a></li>
172         
173     
174         
175             <li><a href="http://defaria.com/blogs/General/archives/2009/05/">May 2009 (1)</a></li>
176         
177     
178         
179             <li><a href="http://defaria.com/blogs/General/archives/2009/04/">April 2009 (2)</a></li>
180         
181     
182         
183             <li><a href="http://defaria.com/blogs/General/archives/2009/01/">January 2009 (1)</a></li>
184         
185     
186         
187             <li><a href="http://defaria.com/blogs/General/archives/2007/04/">April 2007 (1)</a></li>
188         
189     
190         
191             <li><a href="http://defaria.com/blogs/General/archives/2006/11/">November 2006 (1)</a></li>
192         
193     
194         
195             <li><a href="http://defaria.com/blogs/General/archives/2006/09/">September 2006 (2)</a></li>
196         
197     
198         
199             <li><a href="http://defaria.com/blogs/General/archives/2005/12/">December 2005 (1)</a></li>
200         
201     
202         
203             <li><a href="http://defaria.com/blogs/General/archives/2005/10/">October 2005 (1)</a></li>
204         
205     
206         
207             <li><a href="http://defaria.com/blogs/General/archives/2005/09/">September 2005 (1)</a></li>
208         
209     
210         
211             <li><a href="http://defaria.com/blogs/General/archives/2005/08/">August 2005 (1)</a></li>
212         
213     
214         
215             <li><a href="http://defaria.com/blogs/General/archives/2005/03/">March 2005 (1)</a></li>
216         
217     
218         
219             <li><a href="http://defaria.com/blogs/General/archives/2004/02/">February 2004 (6)</a></li>
220         
221     
222         
223             <li><a href="http://defaria.com/blogs/General/archives/2004/01/">January 2004 (1)</a></li>
224         
225     
226         
227             <li><a href="http://defaria.com/blogs/General/archives/2003/11/">November 2003 (2)</a></li>
228         
229     
230         
231             <li><a href="http://defaria.com/blogs/General/archives/2003/10/">October 2003 (5)</a></li>
232         
233         </ul>
234     </div>
235 </div>
236         
237     
238
239
240
241 <div class="widget-pages widget">
242     <h3 class="widget-header">Pages</h3>
243     <div class="widget-content">
244         <ul>
245     
246     
247             <li class="folder folder-38"><strong>about</strong>
248         
249             </li>
250         
251     
252         </ul>
253     </div>
254 </div>
255
256 <div class="widget-syndication widget">
257     <div class="widget-content">
258         <ul>
259             <li><img src="http://defaria.com/mt/mt-static/images/status_icons/feed.gif" alt="Subscribe to feed" width="9" height="9" /> <a href="http://defaria.com/blogs/General/atom.xml">Subscribe to this blog's feed</a></li>
260
261         </ul>
262     </div>
263 </div>
264 <div class="widget-powered widget">
265     <div class="widget-content">
266         <a href="http://www.movabletype.com/"><img src="http://defaria.com/mt/mt-static/images/bug-pbmt-white.png" alt="Powered by Movable Type 5.2.3" width="120" height="75" /></a>
267     </div>
268 </div>
269
270
271
272     </div>
273 </div>
274
275
276
277     
278 <div id="gamma">
279     <div id="gamma-inner">
280     <div class="widget-search widget">
281     <h3 class="widget-header">Search</h3>
282     <div class="widget-content">
283         <form method="get" action="http://defaria.com/mt/mt-search.cgi">
284             <input type="text" id="search" class="ti" name="search" value="" />
285
286             <input type="hidden" name="IncludeBlogs" value="1" />
287
288             <input type="hidden" name="limit" value="20" />
289             <input type="submit" accesskey="4" value="Search" />
290         </form>
291     </div>
292 </div>
293
294 <div class="widget-about-this-page widget">
295     <h3 class="widget-header">
296
297         About this Entry
298
299
300     </h3>
301     <div class="widget-content">
302
303
304         <p class="first">This page contains a single entry by  published on <em>March  1, 2010  1:35 PM</em>.</p>
305     
306         <p><a href="http://defaria.com/blogs/General/archives/2010/03/broken-dns.html">Broken DNS</a> was the previous entry in this blog.</p>
307     
308     
309         <p><a href="http://defaria.com/blogs/General/archives/2010/03/stupid-is-as-st.html">Stupid is as stupid does</a> is the next entry in this blog.</p>
310     
311
312
313
314
315
316         <p>Find recent content on the <a href="http://defaria.com/blogs/General/">main index</a> or look in the <a href="http://defaria.com/blogs/General/archives.html">archives</a> to find all content.</p>
317
318     </div>
319 </div>
320
321
322     </div>
323 </div>
324
325
326
327
328                 </div>
329             </div>
330
331
332             <div id="footer">
333     <div id="footer-inner">
334         <div id="footer-content">
335             <div class="widget-powered widget">
336                 <div class="widget-content">
337                     Powered by <a href="http://www.movabletype.org/">Movable Type</a>
338                 </div>
339             </div>
340
341         </div>
342     </div>
343 </div>
344
345
346
347         </div>
348     </div>
349 </body>
350 </html>