Mathematica >

LinkProtocol

LinkProtocol
is an option to LinkLaunch, Install and related functions which specifies the underlying data transport protocol to use for a new MathLink link.
  • Possible settings for LinkProtocol are "SharedMemory" and "TCPIP".
  • On Unix and Macintosh, "Pipes" is also supported; on 32-bit Windows systems, "FileMap" is supported. Additional legacy settings such as "TCP" are also supported.
Create a link using the "TCPIP" protocol:
In[1]:=
Click for copyable input
Out[1]=
Close the link:
In[2]:=
Click for copyable input
 
Create a link using the "SharedMemory" device:
In[1]:=
Click for copyable input
Out[1]=
Close the link:
In[2]:=
Click for copyable input
New in 3 | Last modified in 5
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team