From GridLAB-D Wiki
Jump to: navigation, search

 PROPOSED FOR 3.1 

Synopsis

module connection;
class xml|json {
  transport #MEM|TCP|UDP;
}

Description

MEM

The transport is made using MMAP (windows) or SHMEM (*nix).

TCP

The transport is over a connection-based streaming socket.

UDP

The tranport is over a connectionless datagram socket.

Version

The connection module is proposed for Hatwai (Version 3.1). It's development is tracked under Ticket 797.

See also