Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If this is Windows only, and you don't want to use 3rd party libraries, then you can skip TCP/IP and go for <a href="http://msdn.microsoft.com/en-us/library/aa365576(v=vs.85).aspx" rel="nofollow noreferrer">Mailslots</a>.</p> <p><strong>Edit</strong>: if you want guaranteed delivery, than named pipes is a better solution. <a href="https://stackoverflow.com/questions/512366/how-do-i-send-a-string-from-one-instance-of-my-delphi-program-to-another">This SO question</a> has a <a href="https://stackoverflow.com/questions/512366/how-do-i-send-a-string-from-one-instance-of-my-delphi-program-to-another/512796#512796">few</a> nice <a href="https://stackoverflow.com/questions/512366/how-do-i-send-a-string-from-one-instance-of-my-delphi-program-to-another/512405#512405">answers</a> with Delphi named pipe examples.</p> <blockquote> <p>A <em>mailslot</em> is a mechanism for one-way interprocess communications (IPC). Applications can store messages in a mailslot. The owner of the mailslot can retrieve messages that are stored there. These messages are typically sent over a network to either a specified computer or to all computers in a specified domain. A domain is a <em>group of workstations and servers that share a group name</em>.</p> </blockquote> <p>They don't need a Windows domain, they work over a LAN.</p> <p><a href="http://www.delphipages.com/" rel="nofollow noreferrer">DelphiPages</a> has a nice <a href="http://www.delphipages.com/articles/distributed_applications__the_easy_way__part_1_-9218.html" rel="nofollow noreferrer">run-down on doing IPC in Delphi</a>, including mailslots.</p> <p>--jeroen</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload