[fpc-pascal] Best way to transfer data between applications?

Alberto Narduzzi albertonarduzzi at yahoo.com
Tue Oct 30 21:12:17 CET 2012


> I am familiar with the basic underlying methods available for transferring data between processes on Windows and Unix, i.e. Pipes, Shared memory, and TCP/IP - but what I am not familiar with is any higher level functionality that may be available on FPC.

If I'd do something in this scope, I'd adopt either a D-BUS technique - 
no worries about maintaining -, or go the easy way with shared memory - 
again no worries, you'll be the maintainer... ;-).

Just my 2c on it.

Cheers, A.




More information about the fpc-pascal mailing list