Changes between Version 6 and Version 7 of PTVS_Impl


Ignore:
Timestamp:
Jan 13, 2010, 11:18:19 PM (14 years ago)
Author:
sinziana.mazilu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PTVS_Impl

    v6 v7  
    4242
    4343Each intersection will be assigned to a single executor (each executor will be a single thread):
    44                '' numThreads=intersectii.size();
     44               '' numThreads=intersectii.size();''
    4545                               
    46                 executor=new ExecutorService[numThreads];
     46                ''executor=new ExecutorService[numThreads];''
    4747               
    48                 for(int i=0;i<numThreads;i++){
    49                         executor[i] = Executors.newFixedThreadPool(1);
    50                 }''
     48                ''for(int i=0;i<numThreads;i++){''
     49                        ''executor[i] = Executors.newFixedThreadPool(1);''
     50                ''}''