Hello,

Using the shell tool is itself a very 'expensive' way to manipulate a SQLite database. If you're concerned about concurrent users, write proper software directly in perl to do it, rather than using perl to create a shell and execute the shell tool in it.

http://mailliststock.wordpress.com/2007/03/01/sqlite-examples-with-bash-perl-and-python/

hmm, this is true
in this situation i cannot use any dbi or something.
just basic-perl and sqlite binary...

Thanks,
Hajo
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to