for( i=0; i<100; ++i)
{
x=luban::demo::RCCClient(compname="luban::demo::simpleadder", ins={"op1":1, "op2":1}, outs="result").results;
std::println(obj=x);
}
