[fpc-devel] Inconsistent use of Timeout in SimpleIPC
    Ondrej Pokorny 
    lazarus at kluug.net
       
    Sun Dec  6 09:29:55 CET 2015
    
    
  
On 06.12.2015 03:03, Denis Kozlov wrote:
> There are alternative IPC mechanisms available in Windows (Pipes, 
> Sockets, DDE, etc), but that might be like opening another can of 
> worms. I'm still confident that we can get a fully functioning IPC 
> going using WM_COPYDATA, it just might get a bit more complicated.
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.
Ondrej
    
    
More information about the fpc-devel
mailing list