Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000692.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
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml" />
11
12    <title>Status for Andrew DeFaria: UCMWB 1.2.4 & new comptree (IPC)</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/000691.html" title="rancppXX/RNC General" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000693.html" title="" />
17
18    <!--
19 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
21          xmlns:dc="http://purl.org/dc/elements/1.1/">
22 <rdf:Description
23     rdf:about="http://defaria.com/blogs/Status/archives/000692.html"
24     trackback:ping="http://defaria.com/mt/mt-tb.cgi/79"
25     dc:title="UCMWB 1.2.4 &amp; new comptree (IPC)"
26     dc:identifier="http://defaria.com/blogs/Status/archives/000692.html"
27     dc:subject="General Dynamics"
28     dc:description=" Released UCMWB 1.2.4 Added exec call to Clearcase.pm which uses IPC rather than constantly invoking cleartool. Tests show an 8 fold increase in performance!..."
29     dc:creator=""
30     dc:date="2007-11-20T19:58:08-06:00" />
31 </rdf:RDF>
32 -->
33
34
35    
36
37    <script type="text/javascript" src="http://defaria.com/blogs/Status/mt-site.js"></script>
38 </head>
39 <body class="layout-one-column" onload="individualArchivesOnLoad(commenter_name)">
40    <div id="container">
41       <div id="container-inner" class="pkg">
42
43          <div id="banner">
44             <div id="banner-inner" class="pkg">
45                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
46                <h2 id="banner-description">Searchable status reports and work log</h2>
47             </div>
48          </div>
49
50          <div id="pagebody">
51             <div id="pagebody-inner" class="pkg">
52                <div id="alpha">
53                   <div id="alpha-inner" class="pkg">
54
55                      <p class="content-nav">
56                         <a href="http://defaria.com/blogs/Status/archives/000691.html">&laquo; rancppXX/RNC General</a> |
57                         <a href="http://defaria.com/blogs/Status/">Main</a>
58                         | <a href="http://defaria.com/blogs/Status/archives/000693.html"> &raquo;</a>
59                      </p>
60
61                      <a id="a000692"></a>
62                      <div class="entry" id="entry-692">
63                         <h3 class="entry-header">UCMWB 1.2.4 & new comptree (IPC)</h3>
64                         <div class="entry-content">
65                            <div class="entry-body">
66                               <ul>
67   <li>Released UCMWB 1.2.4</li>
68
69   <li>Added exec call to Clearcase.pm which uses IPC rather than constantly invoking cleartool. Tests show an 8 fold increase in performance!</li>
70 </ul>
71                            </div>
72                            <div id="more" class="entry-more">
73                               <p>Interesting results here. I changed my comptree utility from repeatedly executing cleartool, which is damn slow!, to using IPC. Even if the OS caches the executable setting up a process must take some time. Here are the results:</p>
74
75 <div class=code><pre>
76 comptree v1.5 run at 20071120@17:17 with the following options:
77 Using exec cleartool
78 ...
79 34936 elements compared successfully
80 Errors: 0 Warnings 0
81 Finished in <b>2 hours 25 minutes 57 seconds</b>
82 </pre></div>
83
84 <p>Whereas using IPC (i.e. starting cleartool and feeding it commands and reading the output, using Expect) yields:</p>
85
86 <div class=code><pre>
87 comptree v1.5 run at 20071120@16:46 with the following options:
88 Using IPC cleartool
89 ...
90 34926 elements compared successfully
91 Errors: 0 Warnings 0
92 Finished in <b>27 minutes 51 seconds</b>
93 </pre></div>
94
95 <p>This is an 8 fold increase in time!</p>
96
97 <p>Oh, and /prj/muosran/Build/P4.0.24_SwitcherConfigSpecs/RncSolarisTB.cs compares with no errors and is ready for you to test.</p>
98
99                            </div>
100                         </div>
101                         <p class="entry-footer">
102                            <span class="post-footers">Posted by  on November 20, 2007  7:58 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000692.html">Permalink</a>
103                         </p>
104                      </div>
105
106                      
107                      <div class="trackbacks">
108                         <h3 id="trackback" class="trackbacks-header">TrackBack</h3>
109                         <div id="trackbacks-info">
110                            <p>TrackBack URL for this entry:<br />http://defaria.com/mt/mt-tb.cgi/79</p>
111                         </div>
112                         <div class="trackbacks-content">
113                            
114                         </div>
115                      </div>
116                      
117
118                      
119                   </div>
120                </div>
121             </div>
122          </div>
123       </div>
124    </div>
125 </body>
126 </html>