Is taht possible for a client to perform a non-blocking call to an object method which doesn't return any value ? Or should the server always have to create a thread for such a call in order to unblock the client before completion of the synchronous call ? Philippe