Concurrency of seaside apps

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Concurrency of seaside apps

Martin J. Laubach-2
  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
Reply | Threaded
Open this post in threaded view
|

Re: Concurrency of seaside apps

cdavidshaffer
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