[SM] Preloading cache, less dependence on SM server

John Pfersich jp1660 at att.net
Thu Oct 14 01:49:22 UTC 2004


goran.krampe at bluefish.se wrote:

>
>"This variant dowloads EVERY release ever made, which takes time and
>space.
>I am on a modem so I haven't tested it."
>SMSqueakMap default packages do: [:p |
>	p releases do: [:rel  |
>		rel ifNotNil: [
>			rel isDownloadable ifTrue: [
>				rel ensureInCache.
>				Transcript show: 'Loaded ', rel 
>packageNameWithVersion;cr ]]]]
>

You posted code you haven't tested? For shame !!!   :^)

Can you test it and let me know how long it takes. I've also only got a modem.
-- 
		----------------------------------------------------
Source code in files. How quaint. -- Kent Beck



More information about the Squeak-dev mailing list