[squeak-dev] Re: ANN: SqueakDBX

Ramon Leon ramon.leon at allresnet.com
Wed Aug 20 20:13:31 UTC 2008


> 
> [ self executeAndRetreiveAVeryLongQuery ] forkAt: self 
> userBackgroundPriority.
> 
> And it works perfect!
> No freeze is observed :)

But will this work...

[ self executeAndRetreiveAVeryLongQuery ] forkAt: self
userBackgroundPriority.

[ self executeAndRetreiveAShortQuery ] forkAt: self userBackgroundPriority.

And the short query finish first even though the longer one started first?

Ramon Leon
http://onsmalltalk.com




More information about the Squeak-dev mailing list