ich habe dies hier
Code:
unit Pipes;
// This is a wonderful set of components for inter-process communication
// using Named Pipes. One of the best solutions when you need to communicate
// with an NT/2000/XP service, and/or communicate across an MS Windows network.
//
// Free Source Code, no license, no guarantee, no liability.
//
// The original author, Russell, gave this to me with no usage restrictions
// whatsoever.
//
// This
package prepared by Tobias Giesen, tobias@tgtools.de
//
// March 2004
//
// Security added by Thomas Wassermann 20110228
// Filename may point to a File whose accessright will be used for Clientconnections
//
in angefummlter Form
Securityattributes InitializeSecurity(FSA); FKillEv:=CreateEvent(@FSA,...
im Einsatz, das Original gab es meine ich irgendwo bei Emba zum runterladen.
Verbindung offen lassen und jeder Zeit in beide Richtungen lesen/schreiben..