Michael Scharf wrote:
I quickly looked at the code -- it's amazingly small!
I really like that. I have to do some performance tests
to see if it fits my needs..

Thanks. I think you will find the JNI is not a problem, I tested it on
its own and the overhead is non-existent. The problem you should test
for is String speed.

Try using PreparedStatement.setString() and ResultSet.getString() a
lot, along with the BLOB equivalents. The memory copying might be a
problem.

d

Reply via email to