Very slow access to SQLite database with Enigma

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
Post Reply
MD16
Posts: 9
Joined: Wed Nov 07, 2012 8:46 pm

Very slow access to SQLite database with Enigma

Post by MD16 »

Hi,

My app connects to a SQLite database that is not protected. When I run my app normally, the access to read/write small amounts of data works smoothly. However, as soon as my app runs protected by Enigma, there are sometimes up to 1 second delays as data is read/written from the database file.

How do I speed this up and prevent these delays? :?

Thanks
Enigma
Site Admin
Posts: 3085
Joined: Wed Aug 20, 2008 2:24 pm

Re: Very slow access to SQLite database with Enigma

Post by Enigma »

Hi MD16,

Enigma Protector should not affect on the execution of sql queries.

But please check the following things:
1. Try to disable all features on Protection Features - Import Protection
2. Try to disable Virtual Box feature, if you are using it.
3. Make sure that execution is not slowed down by using of VM markers and code virtualization using Virtual Machine.

Check it and let me know if this helps.
Post Reply