Re: [sqlite] I/O error in sqlite3

2013-08-28 Thread techi eth
Kindly let me know the reason for I/O error. WAL mode is creating problem on ARM target. Thanks.. On Tue, Aug 27, 2013 at 10:13 AM, techi eth wrote: > I have got the reason for I/O error: > > It is due to PRAGMA journal mode WAL. If I run with default journal mode > then application is workin

Re: [sqlite] I/O error in sqlite3

2013-08-26 Thread techi eth
I have got the reason for I/O error: It is due to PRAGMA journal mode WAL. If I run with default journal mode then application is working fine. In above case what is the system architecture requirement to get WAL mode enable? How do I can achieve better concurrency in terms of reading? Thanks.