Re: Help! Database is locked! Windows developing envrionment, sqlite3, djcelery and djkombu

2011-05-07 Thread Jirka Vejrazka
Or any other database that you would be familiar with or could easily get help for. SQLite3 is great for single-process tasks and simple development. It can't however handle simultaneous writes (other databases supported by Django can handle simultaneous writes) As you use multiple

Re: Help! Database is locked! Windows developing envrionment, sqlite3, djcelery and djkombu

2011-05-06 Thread Andy McKay
On 2011-05-06, at 7:01 PM, Robert Ray wrote: > I''im using Django 1.3 with Djcelery and Djkombu on Windows7. When I'm > Can anyone give me any help? Thanks in advance! You are using sqlite? Don't use that, use postgresql instead. -- Andy McKay a...@clearwind.ca twitter: @andymckay --

Help! Database is locked! Windows developing envrionment, sqlite3, djcelery and djkombu

2011-05-06 Thread Robert Ray
I''im using Django 1.3 with Djcelery and Djkombu on Windows7. When I'm running a task, I alwalys get the following error saying the database is locked and then the djcelery process quits: [2011-05-07 09:44:05,319: INFO/MainProcess] Got task from broker: