mach_msg_trap
mach_msg_trap
- Subject: mach_msg_trap
- From: Fabian Matyas <email@hidden>
- Date: Fri, 4 Feb 2005 03:41:48 -0800 (PST)
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
Hello developers!
I'm working on a program which is based on a
client-server concept.
The server registers a distant object using
NSConnection's registerName. The client passes itself
to the server as a parameter through a certain
'registerClient:' method. Than, the server calls
methods from the client through this object 'P' which
is a proxy. The problem is that sometimes the call
does hang when calling methods through 'P'. In thread
viewer 'mach_msg_trap' is shown after [NSConnection
sendInvocation].
I'd appreciate any help, i'm stucked here for a month
now.
P.S. I tried to register a distant object on the
client side too to avoid sending client as a
parameter, but without success because the server runs
as a startup item in root context and (I don't know
why) it cannot connect to client's distant object.
Fabian.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden