Changes in benchmark/io/http/main.cfa [3f95dab:329e26a]
- File:
-
- 1 edited
-
benchmark/io/http/main.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/http/main.cfa
r3f95dab r329e26a 302 302 sout | "done"; 303 303 304 //===================305 // Close Files306 if( options.file_cache.path ) {307 sout | "Closing open files..." | nonl; flush( sout );308 close_cache();309 sout | "done";310 }311 312 304 sout | "Stopping accept threads..." | nonl; flush( sout ); 313 305 for(i; nacceptors) { … … 354 346 } 355 347 sout | "done"; 356 357 //===================358 // Close Files359 if( options.file_cache.path ) {360 sout | "Closing open files..." | nonl; flush( sout );361 close_cache();362 sout | "done";363 }364 348 365 349 sout | "Stopping connection threads..." | nonl; flush( sout ); … … 402 386 } 403 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 } 404 396 } 405 397
Note:
See TracChangeset
for help on using the changeset viewer.