Einzelnen Beitrag anzeigen

Benutzerbild von Bummi
Bummi

Registriert seit: 15. Jun 2010
Ort: Augsburg Bayern Süddeutschland
3.470 Beiträge
 
Delphi XE3 Enterprise
 
#2

AW: Bidirektionale Names Pipes (wie bei Sockets)?

  Alt 4. Okt 2012, 17:02
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..
Thomas Wassermann H₂♂
Das Problem steckt meistens zwischen den Ohren
DRY DRY KISS
H₂ (wenn bei meinen Snipplets nichts anderes angegeben ist Lizenz: WTFPL)
  Mit Zitat antworten Zitat