Thread safety policies of high level objects

2007-12-14 Thread Rob Heittman
Did we ever come up with a definitive list of which high level Restlet objects are expected to be thread-safe and which are not? I thought so, but could not find it on the list. I wanted to add some JCIP concurrency annotations to some of our code base and wanted to make sure I was expressing

Re: Thread safety policies of high level objects

2007-12-14 Thread Tim Peierls
On Dec 14, 2007 2:15 PM, Rob Heittman [EMAIL PROTECTED] wrote: Did we ever come up with a definitive list of which high level Restlet objects are expected to be thread-safe and which are not? I thought so, but could not find it on the list. I wanted to add some JCIP concurrency annotations

Re: Thread safety policies of high level objects

2007-12-14 Thread Rob Heittman
Thanks, Tim, that confirms what I generally thought. I guess John's idea was one of the things that got me wondering what the policy was supposed to be for Resources, and whether it could possibly change in the future. - Rob