484  13.   " "...

//  13.5.   operator()
//                 task

void task::operator()(string X)
{

int cc;

pvni_mytid () ;

cc = pvm_spawn(const_cast<char *>(X.data()),NULL,0,"",1,
&Tid[N]);N++;

}

- operator ()    PVM-.  -
    X.data().     pvm_spawn ()
(.  13.5)   ,     
  Tid [N]. (   pvm_spawn ()   PVM- . -
 6.)  task      (-
).   

?or_each(Solve.begin(),Solve.end(),Task) ;

  operator (),    Task.   -
   ,    Solve.
 for_each()     .  -
  SIMD,    for_each()   .
     " "    
pvm_spawn ().   13.6    ,    
SIMD    PVM-   " ".

//  13.6.  PVM-  
//                task

void task::operator()(string X)
{

int cc;

pvm_mytid();

cc = pvm_spawn(const_cast<char *>(X.data()),NULL,0,"",1,
&Tid[N]);N++;

}

13.5.3.2.  " "   

 ,    13.6,  20  .
     .    " "
    ,       
 .      
 " "   PVM-.    
   " "    ,  
 ,       intranet  Internet.   
     " ".   
""    ,        -
     .  ,   
 ORB- (Object Request Broker   ),  