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?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.