On May 30, 2011, at 9:55 AM, Ken Thomases wrote:
> I'm guessing that whatever method vended the string didn't do so with the
> bycopy qualifier. Therefore, you have a proxy of the string object and any
> messages you send it require communication with the server.
It definitely sounds like a p
On May 30, 2011, at 12:08 PM, kentoz...@comcast.net wrote:
> Thanks Ken
You're welcome.
> How do I specify "by copy" when sending?
>
> For example, say object A sends data to B like so:
>
> [objectB performSelector: @selector(handleRequest:) withObject: vendedObject];
I'm not sure what you'r
On May 30, 2011, at 10:20 AM, Ken Tozier wrote:
> I wrote two apps that communicate through distributed objects and found this
> weird "feature" where if a string is distributed by one app, the receiving
> app can't use it to create other strings. For example
>
> str1 is vended from app A
> App
HI
I wrote two apps that communicate through distributed objects and found this
weird "feature" where if a string is distributed by one app, the receiving app
can't use it to create other strings. For example
str1 is vended from app A
App B wants to take that string and append some text to the