IAS_LLC, sounds like you are using shared memory within a C++ app across threads. Is that correct ?
What I have works between C++ and Java and am fairly confident in it continuing to work - the major effort now is to serialize NxCore's C++ structs (to shared memory/memory mapped file) and deserialize on the other end in Java. There are I think 50+ such structs; so I will probably write a code generator. Not a big deal, but it is still work if you know what I mean.
I run Linux and I am aware Wine can run NxCore just fine. So far, I've been using Nanex's native Linux client in samples and it worked just fine. Their real-time Linux native client is supposed to land in Q3 and I fully expect delays. Until then, the plan is to continue building the rest of my system.
What I have works between C++ and Java and am fairly confident in it continuing to work - the major effort now is to serialize NxCore's C++ structs (to shared memory/memory mapped file) and deserialize on the other end in Java. There are I think 50+ such structs; so I will probably write a code generator. Not a big deal, but it is still work if you know what I mean.
I run Linux and I am aware Wine can run NxCore just fine. So far, I've been using Nanex's native Linux client in samples and it worked just fine. Their real-time Linux native client is supposed to land in Q3 and I fully expect delays. Until then, the plan is to continue building the rest of my system.