Changes in benchmark/io/http/main.cfa [329e26a:32d1383]
- File:
-
- 1 edited
-
benchmark/io/http/main.cfa (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/main.cfa
r329e26a r32d1383 163 163 { 164 164 int pipe_cnt = options.clopts.nworkers * 2; 165 // int pipe_cnt = 0; 165 166 int pipe_off; 166 167 int * fds; … … 302 303 sout | "done"; 303 304 305 //=================== 306 // Close Files 307 if( options.file_cache.path ) { 308 sout | "Closing open files..." | nonl; flush( sout ); 309 close_cache(); 310 sout | "done"; 311 } 312 304 313 sout | "Stopping accept threads..." | nonl; flush( sout ); 305 314 for(i; nacceptors) { … … 346 355 } 347 356 sout | "done"; 357 358 //=================== 359 // Close Files 360 if( options.file_cache.path ) { 361 sout | "Closing open files..." | nonl; flush( sout ); 362 close_cache(); 363 sout | "done"; 364 } 348 365 349 366 sout | "Stopping connection threads..." | nonl; flush( sout ); … … 386 403 } 387 404 sout | "done"; 388 389 //===================390 // Close Files391 if( options.file_cache.path ) {392 sout | "Closing open files..." | nonl; flush( sout );393 close_cache();394 sout | "done";395 }396 405 } 397 406
Note:
See TracChangeset
for help on using the changeset viewer.