On Friday 08 May 2009 08:46:30 am Paul McNett wrote: > Ed Leafe wrote: > > On May 7, 2009, at 11:23 PM, johnf wrote: > >> Profile output > >> scanChangedRows (/home/johnf/downloads/dabo/dabo/biz/dBizobj.py:742) > >> function called 3 times > >> > >> 4547899 function calls (4547897 primitive calls) in 63.520 CPU > >> seconds > > > > Thanks, that is helpful. But can you tell me where you placed the > > @profile? Was it on dBizobj.scanChangedRows(), as the output > > suggested? If so, can you do it again, but with the @profile > > decorating the bizobj.cancel() method instead? > > I'm really curious about this too. I spent a lot of time and lost lots of > hair making cancel() really fast. > > Paul
glue your hair back - it's not the cancel causing the problem. The cancel took 0 seconds. I even checked out version 5136 and the problem is still there. I'm currently trying to determine what and why postgres was using 1.6 seconds in the entire process of closing. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
