Fast proxying
Fast proxying
- Subject: Fast proxying
- From: Chris Purcell <email@hidden>
- Date: Thu, 27 Jun 2002 23:14:41 +0100
Does anyone know how to resend a function call to a proxy? I ask because
the traditional ObjC way, whilst very powerful and well-adapted to
calling methods on distant objects, is rather slow when the target is in
the same thread. Essentially, I need a way of calling a vararg C
function from another one with nearly all the arguments passing straight
through.
One way would be to use marg, but I cannot figure out how to do that, so
assistance would be most appreciated.
The other way would be some C way of doing it. I have no ideas where to
look for this.
Thanks.
Kritter out
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.