Re: [sqlite] Asynchronous I/O Module For SQLite vs Single T hread mode

2010-09-02 Thread Gilles
Hi, How pertinent is this source code (are the calls made in the right order?,...)? Could this source code be a rather good basis for "Asynchronous I/O modules for SQLite"? Thanks a lot, Best regards, Gilles ___ sqlite-users mailing list

Re: [sqlite] Asynchronous I/O Module For SQLite vs Single T hread mode

2010-09-01 Thread Gilles
Hello, Here follows, my Async IO implementation (at the moment, I just have tested the Win32 part. I will test soon the pthreads part). The main thread creates a worker thread (in charge of running the sqlite3async_run function). In "Build options/compiler/defines", it seems that the following