Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/main.cfa

    r3f95dab r329e26a  
    302302                                        sout | "done";
    303303
    304                                         //===================
    305                                         // Close Files
    306                                         if( options.file_cache.path ) {
    307                                                 sout | "Closing open files..." | nonl; flush( sout );
    308                                                 close_cache();
    309                                                 sout | "done";
    310                                         }
    311 
    312304                                        sout | "Stopping accept threads..." | nonl; flush( sout );
    313305                                        for(i; nacceptors) {
     
    354346                                        }
    355347                                        sout | "done";
    356 
    357                                         //===================
    358                                         // Close Files
    359                                         if( options.file_cache.path ) {
    360                                                 sout | "Closing open files..." | nonl; flush( sout );
    361                                                 close_cache();
    362                                                 sout | "done";
    363                                         }
    364348
    365349                                        sout | "Stopping connection threads..." | nonl; flush( sout );
     
    402386        }
    403387        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        }
    404396}
    405397
Note: See TracChangeset for help on using the changeset viewer.