Ignore:
Timestamp:
12/13/17 16:11:58 (6 years ago)
Author:
ymipsl
Message:

Attemping to solve a dead-lock rising at finalize :
Server 1 must be able receive buffer of on other context (ie from server2) when awaiting free buffer.
To be tested extensively...

YM


File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/context_client.cpp

    r1377 r1378  
    246246            for (int i = 0; i < context->serverPrimServer.size(); ++i) 
    247247              context->serverPrimServer[i]->listen(); 
    248 //            CServer::contextEventLoop(false) ; // avoid dead-lock at finalize... 
     248            CServer::contextEventLoop(false) ; // avoid dead-lock at finalize... 
    249249          } 
    250250 
Note: See TracChangeset for help on using the changeset viewer.