Hi<br><br>I have checked mailing list archive and did not find answer to this question:<br><br>for given servant that is registered in POA that works in SINGLE_THREADED mode -- is it possible to receive more requests after method that calls deactivate_object() returns? I am looking for two answers:
<br>- from CORBA Standard point of view<br>- how it is implemented in omniORB v4.0.1 and higher<br><br>CORBA standard v2.5 says vaguely that object will be marked as inactive and removed from the active objects map after all requests ***that arrived before*** deactivate_object() returns. Which sounds perfectly fine in ORB_CTRL mode, but vague in case of single threaded mode, because &quot;request arrival&quot; could be treated differently (
i.e. arrived over some connection or arrived and put into some queue along with addref&#39;ed pointer to servant)<br><br>-- <br>Sincerely yours,<br>Michael.