|
MMFTransport class MMFTransport is used to send messages between threads and processes on one computer. Description
MMFTransport is a descendant of BaseTransport that transfers messages between threads and processes on one computer using Memory-Mapped File (MMF). MMFTransport is quicker and more secure to use than SocketTransport on local system. MMFTransport creates 2 (two) worker threads for sending and receiving messages, so it should be used with care.
Message address for MMFMessenger looks like
MMFTransport class is only available on Windows, Windows CE and Linux/QNX platforms. MMFTransport is not supported with .NET CF due to limitations of Compact Framework. Note: On Linux there's certain specifics in MMFTransport operations. If the process is not shut down gracefully, several mappings whose names start with the value of MessengerName property are left. Your application must delete these file from /tmp directory on each startup. The files are not deleted automatically to ensure that somebody else's (ie other process's) file is not deleted. Inherited from BaseTransport Inherited from BaseTransport |
|
