Re: Setting CPU affinity for binaries in given directory

2011-06-07 Thread darkestkhan
2011/6/6 William Hopkins : > On 06/06/11 at 10:14pm, darkestkhan wrote: >> 2011/6/6 William Hopkins : >> > On 06/06/11 at 02:50pm, darkestkhan wrote: >> >> Is there any way to specify CPU affinity for binaries >> >> launched from given directory (and it's subdirectories) ? >> > >> > AFAIK, no. You

Re: Setting CPU affinity for binaries in given directory

2011-06-06 Thread William Hopkins
On 06/06/11 at 10:14pm, darkestkhan wrote: > 2011/6/6 William Hopkins : > > On 06/06/11 at 02:50pm, darkestkhan wrote: > >> Is there any way to specify CPU affinity for binaries > >> launched from given directory (and it's subdirectories) ? > > > > AFAIK, no. You can set up a process watcher to sca

Re: Setting CPU affinity for binaries in given directory

2011-06-06 Thread darkestkhan
2011/6/6 William Hopkins : > On 06/06/11 at 02:50pm, darkestkhan wrote: >> Is there any way to specify CPU affinity for binaries >> launched from given directory (and it's subdirectories) ? > > AFAIK, no. You can set up a process watcher to scan for processes with a > certain name and set their af

Re: Setting CPU affinity for binaries in given directory

2011-06-06 Thread William Hopkins
On 06/06/11 at 02:50pm, darkestkhan wrote: > Is there any way to specify CPU affinity for binaries > launched from given directory (and it's subdirectories) ? AFAIK, no. You can set up a process watcher to scan for processes with a certain name and set their affinity, or you can call the processe