I am using SQLite as the backend to my little Windows Apache server based
kiosk system.  I load tested it with 50 clients running slide shows, aka
hitting the apache server every 5 seconds and all ran wonderfully!

Apache on Windows is threaded, so I only had one process running.  Each
connection does it's own open and close of the SQLite database.  I am
looking to have another process, admin tool, on the same physical machine
occasionally come in and access the SQLite DB.  Will there be a decrease in
performance when this admin tool is accessing the SQLite DB or will it have
the same impact as another thread in the Apache server?

Sam
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to