Re: Class Keydata - similar entries from multiple sections?

2007-06-12 Thread David Sugar
Normally you would load each [] into a different keydata object. If you merge keydata sections into a single object instance, there is no means to determine which instance it was loaded under. Mostly merging is meant to load "default" keys into a given object, and then override them with live val

Re: Daemons - Using the process class?

2007-06-12 Thread David Sugar
What attach does is dissasociate the controlling terminal and potentially associate with a new one under a new process group. The same code is reused for detach, which does the dissociate and single fork on some platforms, and a dual fork on others. Wolfgang Alper wrote: > Hello, > > Sorry, i ju