Questions tagged [active-memory]
3 questions
0
votes
0 answers
Return all objects from active memory in Python without using the garbage collector?
I have been working with large data sets on some open source software I've been working on (wxStocks on github). I am analyzing stocks, and since all stocks are loaded into active memory when the program starts, I see no reason to use a database…

Matt
- 11
- 2
0
votes
2 answers
Is it possible to access an xcf active memory server with python?
I'm playing around with the XCF active memory server. Is there a python library to access the contents of the active memory server?
Related:
How to write data to the ActiveMemory Server used in the XCF system?

Janusz
- 187,060
- 113
- 301
- 369
0
votes
1 answer
How to write data to the ActiveMemory Server used in the XCF system?
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…

Janusz
- 187,060
- 113
- 301
- 369