--- libaitrpc/example/tsrv.c 2011/11/03 15:32:21 1.5 +++ libaitrpc/example/tsrv.c 2012/03/14 13:29:11 1.5.2.3 @@ -118,9 +118,11 @@ int main() */ // if (!fork()) { - setsid(); +///////// setsid(); //// rpc_srv_loopServer(srv); + rpc_srv_execBLOBServer(srv); + rpc_srv_loopServer(srv); rpc_srv_execServer(srv, &ret); // }