On Thu, 2005-04-07 at 12:25 -0400, Jacobs, Brendan D. wrote: > I'm using RedHat Advanced Server 4.0, and I'm trying to implement an > ORBit2 server that only accepts and processes requests without return > values. In other words, I want to enforce one-way communication. I > wanted to use "oneway void" to accomplish this. However, I have found > that there is a point at which the server starts to loose packets > (requests) if I increase the procedure call rate.
"oneway" is strictly best-effort. I have had hard impossible-to-debug problems with oneway methods myself and strongly recommends you to drop the oneway qualifier from your interface. Best regards, jules _______________________________________________ orbit-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/orbit-list
