demarey wrote > Do you need to compute the priority dynamically? No.
demarey wrote > What is the use case? I have a domain representing servers that takes the following two steps at startup: 1. I use to store objects representing servers. SimplePersistence materializes saved Server instances, replacing existing instances 2. The Server class cycles through all instances in a collection to refresh their connection status. If #2 happens before #1, the old instances will be refreshed and then replaced by new unrefreshed ones. ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html
