On 6 December 2015 at 08:29, Ondrej Pokorny <[email protected]> wrote: > If you don't persist in using SimpleIPC, there is also AdvancedIPC that uses > the same approach (temporary files) across all targets and so it behaves > consistently.
I think SimpleIPC and AdvancedIPC complement each other. SimpleIPC uses native IPC mechanisms, while AdvancedIPC uses a generic (file based) mechanism. Both have advantages and disadvantages, so it's great to have both available. Denis _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
