Re: Use of the ORM in long running (non web) daemon

2009-08-06 Thread wam
On Aug 6, 3:20 am, Russell Keith-Magee wrote: > What you have described shouldn't require any particularly special > handling. I have code in production that does exactly the same thing - > a daemonized process that responds to requests on a port, does some > processing, and saves the result to t

Re: Use of the ORM in long running (non web) daemon

2009-08-06 Thread Russell Keith-Magee
On Wed, Aug 5, 2009 at 10:12 PM, wam wrote: > > I am using the Django ORM to build and manipulate models from outside > of a web context and within a long running daemonized application. I'm > using the django ORM talking to a postgresql db for this processing > since the results of this external