Re: Delay a request or a reply ?
David Weir <[email protected]> Thu, 19 Jan 2006 10:31:06 -0330
| Newsgroups | gmane.comp.corba.orbacus |
|---|---|
| Organization | Object Oriented Concepts, Inc. - An IONA Company |
| Message-ID | <[email protected]> |
Hello Nadi, On Fri, Jan 06, 2006 at 08:13:05AM -0500, Nadi, Khalil wrote: > Hi All, > > Do you have any idee please how to delay a request through request interceptor ? > I am using C++ langage under Orbacus. > > Thank you in advance for your help. > Nadi.K A request interceptor is simply one type of portable interceptor types provided by Orbacus. It is specific to the request/reply sequence within the ORB. As with any interceptor, the code you add will simply get executed at that point in the ORB's processing. If you really wanted to add a delay, then you could simply add a sleep call, though I'm not sure how useful this would be since it could delay your entire application. What exactly are you trying to accomplish? Cheers, Dave -- David Weir Team Orbacus - Your CORBA Source E-Mail: [email protected] WWW: http://www.orbacus.com _______________________________________________ OB-Users Mailing List - [email protected] http://mail.ooc.nf.ca/mailman/listinfo/ob-users Visit our support FAQ before you send a message. http://www.orbacus.com/faq/support.html