Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > MathLink API >

LinkCreate

LinkCreate["name"]
creates a MathLink link with the specified name for another program to connect to.
LinkCreate[]
creates a MathLink link and picks an unused name for the link.
  • You can use LinkCreate and LinkConnect to set up peer-to-peer communication between two Mathematica processes.
  • LinkCreate[] by default creates a shared memory link.
  • The option LinkProtocol specifies the underlying data transport protocol to use.
  • LinkCreate[LinkProtocol->"TCPIP"] picks an unused TCP/IP port on your computer system and creates a MathLink link on it.
  • LinkCreate internally calls a function analogous to the MLOpenArgv() function in the MathLink library.
New in 3
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team