Re: [PATCH] Keep client object reference when marking it as zombie

2012-05-02 Thread Arnaud Vrac
On 05/02/2012 01:17 PM, Arnaud Vrac wrote: > This will avoid a race condition on the client side when thread safety > is implemented. The destruction of a proxy might be done after the > deletion of its object id in this case: the destruction of the proxy is > done from the thread in which the obje

[PATCH] Keep client object reference when marking it as zombie

2012-05-02 Thread Arnaud Vrac
This will avoid a race condition on the client side when thread safety is implemented. The destruction of a proxy might be done after the deletion of its object id in this case: the destruction of the proxy is done from the thread in which the object was created, and the deletion of the object id i