certi-devel
[Top][All Lists]
Advanced

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

Re: [certi-dev] Federation startup crash


From: Eric Noulard
Subject: Re: [certi-dev] Federation startup crash
Date: Mon, 8 Nov 2010 15:05:05 +0100

2010/11/8 Michael Raab <address@hidden>:
> Thanks!
>
> Unfortunately I cannot provide any example as we have CERTI calls integrated
> into some other libraries. Sorry.
> BTW: I'm using Windows XP 32bit.
>
> Hope to hear from you soon, as our timeframe is tight. :-(


Could you try to add a call to:

RTI::RTIambassador::enableAsynchronousDelivery()

before ANY register or publish.

The default behavior of CERTI is to NOT deliver asynchroneously, which means
(among other thing) that you cannot receive an RO message while you
are in Time Advance state.

DiscoverObject is an RO message.
So DiscoverObject may be delayed until you get TAG.

There is a [distributed] race condition because you should'nt receive an RAV for
an object you did not discover yet but enabling asynchronous delivery should
"fix" the issue.

Could you try that while I'm working on a "real" fix.

-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]