[SM] Preloading cache, less dependence on SM server

goran.krampe at bluefish.se goran.krampe at bluefish.se
Sat Oct 9 18:28:16 UTC 2004


Hi Marcus!

Marcus Denker <denker at iam.unibe.ch> wrote:
> 
> Am 09.10.2004 um 00:05 schrieb goran.krampe at bluefish.se:
> >
> > "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 ]]]]

Hmm, now that I read it a second time a copy-paste thing is glaring in
my face - no need for the ifNotNil: of course. :)

> I will add a image with a complete preload to the new Squeak CD.

Cool! This was after all the intention of it all. :) Also - you might
want to zip it all up - but a CD is of course pretty large.

regards, Göran



More information about the Squeak-dev mailing list