Re: [Freevo-devel] from: Performance improvements with recent rel-1 svn

2008-03-09 Thread Dirk Meyer
Duncan Webb wrote: > After these fixes all is hunky dory, Ctrl-C shuts down Freevo normally > and the normal shutdown and autoshutdown Freevo work too. > > Thanks dischi for your help. It means that the 1.8.0 release can go > ahead as planned. Great news. Dischi -- Unix: because daemons should

Re: [Freevo-devel] from: Performance improvements with recent rel-1 svn

2008-03-08 Thread Duncan Webb
Dirk Meyer wrote: > Duncan Webb wrote: >> Dirk Meyer wrote: >>> Duncan Webb wrote: I have this in __main__, so I would expect the Ctrl-C exit (basically the stop command) to print something. |try: |main() |except Exception, why: |traceback.print_exc() |

Re: [Freevo-devel] from: Performance improvements with recent rel-1 svn

2008-03-02 Thread Duncan Webb
Dirk Meyer wrote: > Duncan Webb wrote: >> Dirk Meyer wrote: >>> Duncan Webb wrote: I have this in __main__, so I would expect the Ctrl-C exit (basically the stop command) to print something. |try: |main() |except Exception, why: |traceback.print_exc() |

Re: [Freevo-devel] from: Performance improvements with recent rel-1 svn

2008-03-02 Thread Duncan Webb
Dirk Meyer wrote: >> Freevo runs twice at start up, so it looks like the kaa signal handler >> is not being installed > > That could be a thread somehow. I'm wrong about this, I thought that src/config.py was being imported twice but it only being done once. I think what I see is stuff from /u

Re: [Freevo-devel] from: Performance improvements with recent rel-1 svn

2008-03-02 Thread Dirk Meyer
Duncan Webb wrote: > Dirk Meyer wrote: >> Duncan Webb wrote: >>> I have this in __main__, so I would expect the Ctrl-C exit >>> (basically the stop command) to print something. >>> |try: >>> |main() >>> |except Exception, why: >>> |traceback.print_exc() >>> |print why >>> |print 'done.'