Mikkel Kamstrup Erlandsen wrote:
> On 02/12/2007, *Colin Walters* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
[..]
> So how would this be done? One Python thread to run each applet in? 
> Assuming this then it is pretty far from feasible. Python and GTK 
> threading is not exactly the nicest thing to work with. The slightest 
> glitch and all apps in the loop would block.
> 

A system-wide daemon such as python-launcher would probably do it.
It essentially runs python and pygtk once and then you'd fork all further
processes from it, that way you only have to load pygtk once per session.

Johan
_______________________________________________
desktop-devel-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/desktop-devel-list

Reply via email to