Jump to content
Mike Warren

FMX Inter-process Communication

Recommended Posts

Many years ago I wrote a small D7 program for logging from applications I was developing. This used WMCopyData and a few other Windows APIs and it was really robust. I used it for many projects.

It was great in that it could keep logs right up to the point of failure with almost no impact on the performance of the main program.

 

The problem I have now is that I want to do the same thing for multi-device applications in FMX.

 

My initial thought is to make it a network application, but I'm wondering if there's a better method I don't know about.

 

Does anyone have any suggestions?

 

Also, I haven't done any network applications for many years. Is Indy still the go-to for network coms that's reliable and lightweight?

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×