[omniORB] Data transfer through callbacks

Mahanta, Dhruba Dhruba.Mahanta at kla-tencor.com
Fri Mar 8 10:24:11 GMT 2013


Hi All,

I have a call back registered with a server which looks like

Interface callBack_
{
                oneway void PushData(in DataStruct data);
}

In the server I have the below sequence of calls

callback_->PushData(data_1_GB);
callback_->PushData(data_1_KB);

Is there a chance that the 1KB data reaches the client first?
If yes, is there a way to avoid it?

Thanks
Dhruba

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20130308/85fc7556/attachment.html>


More information about the omniORB-list mailing list