<div>OK, thanks for your support. I&#39;ll try out the KernalImage.</div>
<div>&nbsp;</div>
<div>Victor.<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 6/13/07, <b class="gmail_sendername">Michael van der Gulik</b> &lt;<a href="mailto:mikevdg@gulik.co.nz">mikevdg@gulik.co.nz</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Victor Lopes wrote:<br>&gt; Hi every one,<br>&gt;<br>&gt;&nbsp;&nbsp; I am having trouble in finding any tutorial about making a release
<br>&gt; image to be distributed. I&#39;d like to know how to clean an image as<br>&gt; much as possible. For example, I have a application with no gui, just<br>&gt; some kind of batch application and I&#39;de like to disable any other
<br>&gt; squeak process and remove any class I don&#39;t use to achieve the<br>&gt; best performance I can. Can anyone help me with this?<br>Hi Victor.<br><br>There are a few resources available. Personally, I&#39;d spend a bit of time
<br>porting your code to&nbsp;&nbsp;Pavel&#39;s KernelImage. Pavel has done an excellent<br>job of making a minimal Squeak and in my opinion this will give you the<br>best results for the least effort.<br><br>KernelImage: <a href="http://www.comtalk.net/Squeak/98">
http://www.comtalk.net/Squeak/98</a><br><br>Alternatively, surf the wiki for more information. For example:<br><br><a href="http://wiki.squeak.org/squeak/2182">http://wiki.squeak.org/squeak/2182</a><br><br>There are a bunch of methods in the SystemDictionary, although they may
<br>not all work. See the &quot;housekeeping&quot; and &quot;shrinking&quot;&nbsp;&nbsp;method categories<br>in the &quot;SystemDictionary&quot; class. Make sure you back up your image first.<br><br>Seeing that you&#39;re not running a graphical application, the least effort
<br>path would be to keep your whole image, junk included. You&#39;ll find that<br>keeping the development tools in the image is a very good idea if you<br>ever need to get back in to your image to fix anything. For deployment
<br>of a network service, you&#39;ll want some way of administering it - I<br>recommend either using VNC (Squeak has a built-in VNC server) or REPL<br>(which is a telnet server).<br><br>Michael.<br>_______________________________________________
<br>Beginners mailing list<br><a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners">http://lists.squeakfoundation.org/mailman/listinfo/beginners
</a><br></blockquote></div><br>