[Seaside] GOODS client question

Avi Bryant avi at beta4.com
Sun Jun 13 02:57:41 CEST 2004


On Jun 12, 2004, at 2:10 PM, Sebastián Sastre wrote:

> Hi Avi, all,
>
> 	I was experimenting with the squeak GOODS client using it from
> two squeak identical images.
>
> 	I've noticed it hasn't read consistency, I mean, after changing
> some object A and commiting from image 1, the image 2 is still having
> the old version of object A.
>
> 	I wonder if GOODS engine notifies (to it's connected clients)
> the object who are changed, so the clients can invalidate it's proxys
> for that object.

Yes, but the notifications are only processed on request - if you send 
#refresh to your database instance, it will update any changed objects. 
  I chose to do it that way rather than have objects potentially change 
mid-transaction.

Avi


More information about the Seaside mailing list