Distributed Objects help
Distributed Objects help
- Subject: Distributed Objects help
- From: Peter Ammon <email@hidden>
- Date: Fri, 31 Aug 2001 21:20:01 -0400
I'm trying to write a generalized thread wrapper with a built-in DO.
I'd like to have a method callable from a spawned thread that would make
an arbitrary target object perform an arbitrary target method in the
main thread. I pass the target object, the selector, and the parameter
to the proxy, but when they are received in the main thread, the target
and the parameter are NSDistantObjects rather than the objects I sent.
I think this is causing problems! How can I make NSConnection and
friends send the pointers to the objects, rather than construct proxies
for them?
Thanks.
-Peter