Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / General / archives / 000723.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html
3    xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> <head>
4    <meta http-equiv="Content-Type" content="text/html;
5    charset=utf-8" />
6    <meta name="generator" content="Movable Type 3.2" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/General/styles-site.css"
9    type="text/css" />
10    <link rel="alternate" type="application/atom+xml" title="Atom"
11    href="http://defaria.com/blogs/General/atom.xml" />
12    <link rel="alternate" type="application/rss+xml" title="RSS 2.0"
13    href="http://defaria.com/blogs/General/index.xml" />
14
15    <title>General: Priority Queues...</title>
16
17    <link rel="start" href="http://defaria.com/blogs/General/" title="Home" />
18    <link rel="prev" href="http://defaria.com/blogs/General/archives/000722.html"
19    title="Broken DNS" />
20    <link rel="next" href="http://defaria.com/blogs/General/archives/000728.html"
21    title="Stupid is as stupid does" />
22
23    
24
25    
26
27    <script type="text/javascript"
28    src="http://defaria.com/blogs/General/mt-site.js"></script> </head> <body
29    class="layout-two-column-right"
30    onload="individualArchivesOnLoad(commenter_name)">
31    <div id="container">
32       <div id="container-inner" class="pkg">
33
34          <div id="banner">
35             <div id="banner-inner" class="pkg">
36                <h1 id="banner-header"><a href="http://defaria.com/blogs/General/"
37                accesskey="1">General</a></h1>
38                <h2 id="banner-description"></h2>
39             </div>
40          </div>
41
42          <div id="pagebody">
43             <div id="pagebody-inner" class="pkg">
44                <div id="alpha">
45                   <div id="alpha-inner" class="pkg">
46
47                      <p class="content-nav">
48                         <a
49                         href="http://defaria.com/blogs/General/archives/000722.html">&laquo;
50                         Broken DNS</a> |
51                         <a href="http://defaria.com/blogs/General/">Main</a>
52                         | <a
53                         href="http://defaria.com/blogs/General/archives/000728.html">Stupid is as stupid does
54                         &raquo;</a>
55                      </p>
56
57                      <a id="a000723"></a>
58                      <div class="entry" id="entry-723">
59                         <h3 class="entry-header">Priority Queues...</h3>
60                         <div class="entry-content">
61                            <div class="entry-body">
62                               <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>
63
64 <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>
65                            </div>
66                            <div id="more" class="entry-more">
67                               
68                            </div>
69                         </div>
70                         <p class="entry-footer">
71                            <span class="post-footers">Posted by
72                            Andrew DeFaria on
73                            March  1, 2010 01:35 PM</span> <span
74                            class="separator">|</span> <a
75                            class="permalink"
76                            href="http://defaria.com/blogs/General/archives/000723.html">Permalink</a>
77                         </p>
78                      </div>
79
80                      
81
82                      
83                   </div>
84                </div>
85                <div id="beta">
86                   <div id="beta-inner" class="pkg">
87                      <div class="module-search module">
88                         <h2 class="module-header">Search</h2>
89                         <div class="module-content">
90                            <form method="get"
91                            action="http://defaria.com/mt/mt-search.cgi">
92                               <input type="hidden" name="IncludeBlogs"
93                               value="1" />
94                               <label for="search" accesskey="4">Search
95                               this blog:</label><br />
96                               <input id="search" name="search"
97                               size="20" />
98                               <input type="submit" value="Search" />
99                            </form>
100                         </div>
101                      </div>
102                      
103                      
104                      
105                                           <div class="module-archives module">
106                         <h2 class="module-header"><a
107                         href="http://defaria.com/blogs/General/archives.html">Archives</a></h2>
108                         <div class="module-content">
109                                                    <ul
110                            class="module-list">
111                               <li class="module-list-item"><a
112                               href="http://defaria.com/blogs/General/archives/2011_03.html">March 2011</a></li>
113                            
114                                                    
115                               <li class="module-list-item"><a
116                               href="http://defaria.com/blogs/General/archives/2010_11.html">November 2010</a></li>
117                            
118                                                    
119                               <li class="module-list-item"><a
120                               href="http://defaria.com/blogs/General/archives/2010_10.html">October 2010</a></li>
121                            
122                                                    
123                               <li class="module-list-item"><a
124                               href="http://defaria.com/blogs/General/archives/2010_06.html">June 2010</a></li>
125                            
126                                                    
127                               <li class="module-list-item"><a
128                               href="http://defaria.com/blogs/General/archives/2010_04.html">April 2010</a></li>
129                            
130                                                    
131                               <li class="module-list-item"><a
132                               href="http://defaria.com/blogs/General/archives/2010_03.html">March 2010</a></li>
133                            
134                                                    
135                               <li class="module-list-item"><a
136                               href="http://defaria.com/blogs/General/archives/2010_02.html">February 2010</a></li>
137                            
138                                                    
139                               <li class="module-list-item"><a
140                               href="http://defaria.com/blogs/General/archives/2009_05.html">May 2009</a></li>
141                            
142                                                    
143                               <li class="module-list-item"><a
144                               href="http://defaria.com/blogs/General/archives/2009_04.html">April 2009</a></li>
145                            
146                                                    
147                               <li class="module-list-item"><a
148                               href="http://defaria.com/blogs/General/archives/2009_01.html">January 2009</a></li>
149                            
150                                                    
151                               <li class="module-list-item"><a
152                               href="http://defaria.com/blogs/General/archives/2007_04.html">April 2007</a></li>
153                            
154                                                    
155                               <li class="module-list-item"><a
156                               href="http://defaria.com/blogs/General/archives/2006_11.html">November 2006</a></li>
157                            
158                                                    
159                               <li class="module-list-item"><a
160                               href="http://defaria.com/blogs/General/archives/2006_09.html">September 2006</a></li>
161                            
162                                                    
163                               <li class="module-list-item"><a
164                               href="http://defaria.com/blogs/General/archives/2005_12.html">December 2005</a></li>
165                            
166                                                    
167                               <li class="module-list-item"><a
168                               href="http://defaria.com/blogs/General/archives/2005_10.html">October 2005</a></li>
169                            
170                                                    
171                               <li class="module-list-item"><a
172                               href="http://defaria.com/blogs/General/archives/2005_09.html">September 2005</a></li>
173                            
174                                                    
175                               <li class="module-list-item"><a
176                               href="http://defaria.com/blogs/General/archives/2005_08.html">August 2005</a></li>
177                            
178                                                    
179                               <li class="module-list-item"><a
180                               href="http://defaria.com/blogs/General/archives/2005_03.html">March 2005</a></li>
181                            
182                                                    
183                               <li class="module-list-item"><a
184                               href="http://defaria.com/blogs/General/archives/2004_02.html">February 2004</a></li>
185                            
186                                                    
187                               <li class="module-list-item"><a
188                               href="http://defaria.com/blogs/General/archives/2004_01.html">January 2004</a></li>
189                            
190                                                    
191                               <li class="module-list-item"><a
192                               href="http://defaria.com/blogs/General/archives/2003_11.html">November 2003</a></li>
193                            
194                                                    
195                               <li class="module-list-item"><a
196                               href="http://defaria.com/blogs/General/archives/2003_10.html">October 2003</a></li>
197                            </ul>
198                         
199                         </div>
200                      </div>
201                      
202                      
203                      <div class="module-archives module">
204                         <h2 class="module-header">Recent Posts</h2>
205                         <div class="module-content">
206                            <ul class="module-list">
207                                                          <li class="module-list-item"><a
208                               href="http://defaria.com/blogs/General/archives/000746.html">California</a></li>
209                                                          <li class="module-list-item"><a
210                               href="http://defaria.com/blogs/General/archives/000745.html">Point people more directly</a></li>
211                                                          <li class="module-list-item"><a
212                               href="http://defaria.com/blogs/General/archives/000744.html">Comcast speed</a></li>
213                                                          <li class="module-list-item"><a
214                               href="http://defaria.com/blogs/General/archives/000739.html">More Playon Fun</a></li>
215                                                          <li class="module-list-item"><a
216                               href="http://defaria.com/blogs/General/archives/000736.html">How not to run a company</a></li>
217                                                          <li class="module-list-item"><a
218                               href="http://defaria.com/blogs/General/archives/000734.html">How to get your mic working on Ubuntu 9.10</a></li>
219                                                          <li class="module-list-item"><a
220                               href="http://defaria.com/blogs/General/archives/000729.html">Cell phones - Not up to snuff!</a></li>
221                                                          <li class="module-list-item"><a
222                               href="http://defaria.com/blogs/General/archives/000728.html">Stupid is as stupid does</a></li>
223                                                          <li class="module-list-item"><a
224                               href="http://defaria.com/blogs/General/archives/000723.html">Priority Queues...</a></li>
225                                                          <li class="module-list-item"><a
226                               href="http://defaria.com/blogs/General/archives/000722.html">Broken DNS</a></li>
227                            
228                            </ul>
229                         </div>
230                      </div>
231                      
232                      <div class="module-syndicate module">
233                         <div class="module-content">
234                            <a href="http://defaria.com/blogs/General/atom.xml">Subscribe
235                            to this blog's feed</a><br />
236                            [<a
237                            href="http://www.sixapart.com/about/feeds">What
238                            is this?</a>]
239                         </div>
240                      </div>
241                      
242                      
243                      
244                      <div class="module-powered module">
245                         <div class="module-content">
246                            Powered by<br /><a
247                            href="http://www.sixapart.com/movabletype/">Movable
248                            Type 3.2</a>
249                         </div>
250                      </div>
251                   </div>
252                </div>
253             </div>
254          </div>
255       </div>
256    </div>
257  </body>
258 </html>