Hello,<br>
I maybe misunderstood something, because I agree with Clarke Brunt.<br>
The important thing is to call remove_ref once. After your words I thought you call it twice or so.<br>
If you do so, there will be exception or crash. I remove_ref() always
after activation, why leave the work over, I thougth others do it the
same way.<br>Sorry for the misunderstanding ,<br>
<br>
Anyway, any thought on <span class="q">ServantActivator POA?</span><br>
<br>
Attila<br>
<br><div><span class="gmail_quote">On 5/10/06, <b class="gmail_sendername">Wernke zur Borg</b> &lt;<a href="mailto:wernke.zur.borg@vega.de">wernke.zur.borg@vega.de</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="direction: ltr;">




<div align="left" dir="ltr"><font color="#0000ff" face="Arial" size="2"></font>&nbsp;</div>
<div align="left" dir="ltr"><span><font color="#0000ff" face="Arial" size="2">Hi Attila,</font></span></div>
<div align="left" dir="ltr"><span><font color="#0000ff" face="Arial" size="2"></font></span>&nbsp;</div>
<div align="left" dir="ltr"><span><font color="#0000ff" face="Arial" size="2">if you call _remove_ref() right after the object activation 
or any time later but before deactivate_object(), the later call to 
deactivate_object() is sufficient for its deletion, as Clarke Brunt 
wrote.</font></span></div>
<div align="left" dir="ltr"><span><font color="#0000ff" face="Arial" size="2"></font></span>&nbsp;</div>
<div align="left" dir="ltr"><span><font color="#0000ff" face="Arial" size="2">If you call _remove_ref() only after deactivate_object() 
there is no problem if the object is still busy. The deletion will only happen 
after all references to the object have been removed, so there will be no clash 
or exception.</font></span></div>
<div align="left" dir="ltr"><span><font color="#0000ff" face="Arial" size="2"></font></span>&nbsp;</div>
<div align="left" dir="ltr"><span><font color="#0000ff" face="Arial" size="2">Regards, Wernke</font></span></div>
<div align="left" dir="ltr"><span></span></div></div></blockquote></div><br>