Jason Tackaberry wrote:
> On Mon, 2009-02-02 at 19:36 +0100, Dirk Meyer wrote:
>> +thumb_lock = kaa.utils.Lock()
>
> I'm always thinking of a mutex when I see Lock(), which of course does
> not work between forked parent/child.  And it's also only good for a
> single use.

Agreed, the name sucks.

> I've always wanted a kaa.fork() anyway; something automatically create a
> new thread notifier pipe if needed.  kaa.daemonize() does it now
> already, but that logic could be moved to kaa.fork().

Feel free, daemonize is you baby. :)

And beacon-daemon is a nice test case because it uses both daemonize and
forks a child the main app has to wait for.


Dischi

-- 
"I get to go to lots of overseas places, like Canada." - Britney Spears

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to