Martin J. Laubach wrote:
> One question I have meant to ask for quite some time:
>
> Does one have to worry about concurrency in Seaside applications?
>I mean, do I have to protect critical sections or is Seaside kind of
>"big lock" protected / single threaded?
>
> Regards,
>
> mjl
>_______________________________________________
>Seaside mailing list
>
[hidden email]
>
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside>
>
All requests for a single session are serialized but if multiple
sessions might access the mutable structure then yes, you should protect it.
David
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside