On 07/02/2008, lpsantil <[EMAIL PROTECTED]> wrote:
> I'm trying to to compile SQLiteJDBC v039 in 100% Pure Java using Mac
> OSX 10.4.11.  I also wanted to use the latest SQLite version 3.5.6
> because in 3.5.5 they switched over to a new DB VM that is register
> based and I was hoping to see a difference in performance.  Well,
> NestedVM compiles fine but both SQLite 3.5.4 and 3.5.6 stumble over
> trying to statically link getrusage.  Has anybdoy else come across
> this?

I believe some work is needed on NestedVM to support 3.5.x, though I
haven't sat down and worked out what exactly. That is why I only
provide 3.4.2 at the moment in pure java.

If you want to see real performance enhancements, switch to the native driver.

A version with 3.5.6 will be coming in the next few days. I haven't
got around to switching to the amalgamation yet, because of some minor
build issues.

David

--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to