Test_impl servant1 = new Test_impl();
Test_impl servant2 = new Test_impl();
// first activate servants
id1 = system.activate_object(servant1);
id2 = system.activate_object(servant2);
// deactivate the servants now
// no request is pending
system.deactivate_object(id2);
system.deactivate_object(id1);