[fpc-devel] Inter Process Communication
Michael Schnell
mschnell at lumino.de
Tue Mar 6 09:08:53 CET 2007
> I tried the simpleipc unit supplied with freepascal to try and eliminate
> the the file based IPC I wrote - but in Linux - it was awful - and
> seemed to have symptoms of thread safety - could be my end or FPC rtl -
> I'm not sure.
I understood that you use multiple _programs_. If you use multiple
_threads_ (shared memory, only here you can have thread-safety-issues).
You need to do quite different considerations.
-Michel
More information about the fpc-devel
mailing list