2009/1/23 Carl Trieloff <cctriel...@redhat.com>: > In a discussion with the Microsoft guys, I they where thinking of using the > C++ client, with WCF on top of that. They seem to have thought about that > quite a bit, so it would be good to get those comments onto the list also > around this topic.
Is this not going to suffer the same performance issues that Java has with JNI? (I ask that as a question, not an assertion, but I had always assumed this would apply across both platforms). In Java there is a non-trivial performance penalty copying data from the C heap to the Java heap and vice versa. This is one reason why some JDBC drivers built on top of native code perform and scale much worse than pure Java drivers (the example often benchmarked is the Oracle driver). RG --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org