Re: async invocations with ORBit



Hi Robert,

On Sat, 2004-01-24 at 18:16, Robert Staudinger wrote:
> i wasn't able to find the answer in the archives:
> does ORBit support async (cancellable?) method invocations?

	It certainly supports async method invocations; (via. a hand-coded stub
extension) - which works fine.

	Unfortunately - cancellation isn't built into the spec. so you'd have
to do that via. another async method call. If you use the 'oneway' IDL
modifier you get ~an async call anyhow;

> If not is it a good idea to call the server from a separate thread?

	That rather depends on your architecture; but it shouldn't be
necessary.

	Regards,

		Michael.

-- 
 michael@ximian.com  <><, Pseudo Engineer, itinerant idiot




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]