Re: Threading Issues running sqlite3 in apache

2006-02-17 Thread Nicholas Matsakis
On Fri, 17 Feb 2006, Nicholas Matsakis wrote: > So, I set up postgresql and now have a somewhat different problem. I can > still run my app and the admin interface using the development server > ("python manage.py runserver") but when I run from mod_python I again get > errors; this time a r

Re: Threading Issues running sqlite3 in apache

2006-02-17 Thread Nicholas Matsakis
On Thu, 16 Feb 2006, Nick Matsakis wrote: > However, once I tried to run my app from within Apache, I get the > appended error. My cursory investigation leads me to believe that is > caused by accessing sqlite3 in Apache 2, which is a threaded webserver. So, I set up postgresql and now have