I'm looking for some notes / advise on catching SIGTERM in a glib main
loop based program. 
Mainly on linux, but other kernels would be nice. This article:

http://www.linuxjournal.com/article/2121

for instance, recommends masking all signals all the time and creating a
dedicated thread siting around in a call to sigwait(). Translating that
into glib threads might work. Any thoughts?


_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to