Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

STD:

ecflow used may part uses many parts of std library. Originally ecflow used boost::shared_ptr, however for ecflow 5, this was replaced with the equivalent std::shared_ptr.

...

Is used to provide the client/server serialisations, it and uses JSON text. There was an option to use BINARY which is a lot faster. But then we lose the backward compatibility, and more importantly the client/server communication may break due to byte order incompatibility. i.e when client/server are on different hardware.

...