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