Go to the source code of this file.
|
class | JobCommunic |
| Multi-machine socket communicator Handles the communication between a client and the master, from the client's point of view. More...
|
|
Value:{ \
if ( ret ) { nrattempts_ = 0; return true; } \
if ( nrattempts_++ < maxtries_ ) return true; \
stillok_ = false; \
directMsg("Lost connection with master[1]. Exiting."); \
}
#define mTryMaxtries |
( |
|
fn | ) |
|
Value:{ \
for ( int i=0; i<maxtries_; i++ ) \
{ \
if ( ret ) return true; \
} \
stillok_ = false; \
directMsg("Lost connection with master[2]. Exiting."); \
}
if(!noudf_ &&(mIsUdf(inpval)))
Definition: arrayndalgo.h:1662
void sleepSeconds(double)