Mahanta, Dhruba
2013-03-08 10:24:11 UTC
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>
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>