[Quickfix-developers] Java version of quickfix?
Brought to you by:
orenmnero
From: Alex H. <al...@an...> - 2003-08-22 19:59:27
|
Hi, Has anyone looked at creating a pure java version of quickfix? As a lot of code is auto generated from the XML descriptions perhaps this isn't such a big task? I've been getting some JVM crashes when using the JNI wrappers which I think are due to synchronisation problems accessing C++ pointers - a pure java version would get rid of those for good. Cheers, Alex. |