Universal Clipboard scope

2016-07-11 Thread Julian Hsiao
Hi, Does the new Universal Clipboard feature share all the standard pasteboards (NSGeneralPboard, NSRulerPboard, etc.)? What about private pasteboards created with pasteboardWithName:, pasteboardWithUniqueName:, etc. methods? Thanks. Julian Hsiao

Re: Terminating subtasks reliably

2010-04-04 Thread Julian Hsiao
Why not have the parent call setsid() / setpgid() at the beginning? This should prevent the PID from getting recycled until every process in the process group exits. Julian Hsiao mad...@nyanisore.net On Apr 2, 2010, at 8:10 PM, Michael Ash wrote: > On Thu, Apr 1, 2010 at 7:19 PM, Dave K