Abdelrazak Younes <[EMAIL PROTECTED]> writes: | In principle I agree that the use of signals is very beneficial in the | case of event driven application. This is the case for | pseudo-desynchronized dialogs and for forked process handling. But in | the case of kernel <-> frontend I am not sure this is useful at all.
You shouldn't really think too much in the kernel<->frontend space. Think more server<->client, and the server can have more than one client, but all clients will need to be notified sometimes. Thus signals are nice. | The GUI should use the kernel and not the other way-around. Setting it solely like that limits our possibilites quite a lot. -- Lgb