[fpc-devel] Inter Process Communication

Michael Schnell mschnell at lumino.de
Mon Mar 5 11:19:17 CET 2007


Why not use TCP/IP to send informations from one program to another ? In 
Linux this should perform at least as well as anything else, in Windows 
named pipes or windows messages with "attached" shared memory blocks 
might perform better.

Moreover you now easily can split the application between multiple machines.

-Michael



More information about the fpc-devel mailing list