This is why I think it would be a poor choice in a web-application as it severly limits scalability.
As for the locks, you should ensure that your application either does a commit or a rollback on the database for every http-request it handles (if it touches the database at all).
This ensures that your applications leaves no locks in the database between requests.
In reply to Re: SQLite with mod_perl
by morgon
in thread SQLite with mod_perl
by punkish
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |