Question

If you are using XCF you can write all your data into an Active Memory Server. Other processes can now access all this data. Taking the first steps with XCF, my question now is what steps have to be done to get some example data in the active memory?

Was it helpful?

Solution

To get a short answer to this question to give some pointers for the active memory stuff:

First you have to create a working xcf Environment. This is mainly configuring your dispatcher. Then you have to run an active memory server. You can use the command line tool xcfinfo to look if your active memory server is active in your xcf environment. If your memory server is running you can do some initial testing with the java memory interface tool to see how and if your server is working. For inserting and listenging to the memory have a look at this tutorial.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top