Hi,<br><br>I have recently discovered that MAN_THREAD_MODEL does not guarantee that all calls to servant are made on the same thread. In particular:<br>- in a typical destroy() method implementation disconnecting servant from CORBA layer does not cause it to be destroyed immediately (which is ok), but instead it is delayed until some point in future<br>
- and at that point in future release (which usually the last one, and triggers &quot;delete this&quot;) is called from different thread.<br><br>It sound almost like a violation of guarantees this thread model is supposed to give (it was designed to for old non-threaded code after all). What was the reason for this behavior and can it be &quot;fixed&quot;? (yes, it caused issues in our product in conjunction with other non-obvious things in other places of our code, I&#39;ve spent a lot of time trying to figure out why on rare occasions our product started eating tons of memory :-D)<br clear="all">
<br>-- <br>Sincerely yours,<br>Michael.<br>