Re: Extreme memory usage for gnome-panel related apps



Mikkel Kamstrup Erlandsen wrote:
On 02/12/2007, *Colin Walters* <walters redhat com <mailto:walters redhat com>> 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]