On Sun, 6 Sep 2009, Koenraad Lelong wrote:

Hi,
I would like to use some form of IPC, but I would like some examples.
In the rtl-reference I found working examples with sockets, but these
use deprecated functions. I translated them to up-to-date functions but
I don't know how to read from the socket, do I use fpRead or fpRecv ?
How do I check if the socket is "empty" ?
I found references to simpleIPC, but I can't find examples. I found an
xml-file, could this some explanation ?

The SimpleIPC unit is documented in the FCL documentation.

The dbugintf() unit and the debugserver counterparts (one in lazarus, one
in fpc/utils demonstrate simple one-way IPC.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to