Ignore:
Timestamp:
08/29/23 17:24:04 (10 months ago)
Author:
ymipsl
Message:

Major update :

  • New method to lock and unlock one-sided windows (window_dynamic) to avoid network overhead
  • Introducing multithreading on server sided to manage more efficiently dead-lock occuring (similar to co-routine which will be available and implemented in futur c++ standard), based on c++ threads
  • Suprression of old "attached mode" which is replaced by online writer and reder filters

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/transport/one_sided_context_client.hpp

    r2507 r2547  
    4848      void eventLoop(void) ; 
    4949      void callGlobalEventLoop() ; 
     50      void yield() ; 
     51      void synchronize() ; 
    5052      bool havePendingRequests(list<int>& ranks) ; 
    5153 
     
    8183 
    8284      bool locked_ = false ; //!< The context client is locked to avoid recursive checkBuffer 
     85      shared_ptr<CEventScheduler> eventScheduler_ ; 
    8386  }; 
    8487} 
Note: See TracChangeset for help on using the changeset viewer.