On Saturday, June 7, 2003, at 09:39 AM, Wojciech Kocjan wrote:

If noone has tried to write sqlite driver for nsdb, then where can I
read more on how to write one myself? sqlite api seems pretty
straightforward.

This is a good candidate for an external driver, which would guarantee that no more than a single thread (and process, for that matter) is using the SQLite API at a time, while still making concurrent connections available through AOLserver. Look at the Sybase driver for guidance.

With the current implementation of the external driver protocol, don't run
the external proxy in remote mode -- only use it on the local machine so
it connects by pipes, because the latency of an actual TCP connection is
too high for the protocol being used.

Pete.


-- AOLserver - http://www.aolserver.com/ To Remove yourself from this list: http://www.aolserver.com/listserv.html List information and options: http://listserv.aol.com/

Reply via email to