<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16414" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=429034421-07052007><FONT face=Arial 
color=#0000ff size=2>I found the IPC functionality from madshi.net (<A 
href="http://help.madshi.net/IPC.htm">http://help.madshi.net/IPC.htm</A>) to 
work very nicely.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=429034421-07052007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=429034421-07052007><FONT face=Arial 
color=#0000ff size=2>I needed a way to send messages from a screensaver I was 
writing to another process on the same box, and SendMessage didn't seem to work 
when a screensaver was active (which I found strange, but anyway...), and the 
IPC stuff from madshi works flawlessly.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=429034421-07052007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=429034421-07052007><FONT face=Arial 
color=#0000ff size=2>HTH,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=429034421-07052007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=429034421-07052007><FONT face=Arial 
color=#0000ff size=2>C.</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
</DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT size=2><FONT 
face=Tahoma><B>From:</B> delphi-bounces@delphi.org.nz 
[mailto:delphi-bounces@delphi.org.nz] <B>On Behalf Of </B>Leigh 
Wanstead<BR><SPAN class=429034421-07052007><FONT face=Arial 
color=#0000ff>&nbsp;</FONT></SPAN></FONT></FONT></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT size=2><SPAN 
class=072492821-07052007><FONT face=Arial>May I ask what is the fastest way to 
send data between process on same computer on windows? I assume sendmessage api 
faster than semaphore waiting, of course faster than TCP/IP which will go 
through huge amounts of tcp/ip stack.&nbsp;I just want lowest overhead on per 
call. Anyone have any experiences on 
that?</FONT></SPAN></FONT></DIV></BODY></HTML>