Definition at line 32 of file bigClient.cxx.
References Service::format, Service::getNbad(), Service::getNgood(), i, Service::name, Service::Service(), and sprintf().
34 int i, n, msgSize, nServices = 0;
38 char name[132], *format;
40 sscanf(argv[1],
"%d",&nServices);
41 services =
new Service*[nServices];
42 for(i = 0; i < nServices; i++)
46 for(i = 0; i < nServices; i++)
48 sprintf(name,
"BENCH_SERVICE_%03d",i);
55 for(i = 0; i < nServices; i++)
60 cout <<
"N Good = "<< n << endl;
62 for(i = 0; i < nServices; i++)
67 cout <<
"N bad = "<< n << endl;
sprintf(name1,"NewService%d", i)