Re: Teaching Apropos to Rank

2016-05-14 Thread Abhinav Upadhyay
Hi David, On Fri, May 13, 2016 at 2:56 AM, David Brownlee wrote: > Very cool - definitely looking forward to seeing the final result back > into apropos(1) :) Thanks :) > > As a possible future option are you planning on special handling of > multiple word searches - eg heavier weighting for th

Re: Teaching Apropos to Rank

2016-05-12 Thread David Brownlee
clone (2) spawn new process with options > timer_create (2) create a per-process timer > UI_new (3) New User Interface > init (8) process control initialization > posix_spawn (3) spawn a process > master (8) Postfix master process > > fork(2) moves to number 1, init(8) moves to

Teaching Apropos to Rank

2016-05-07 Thread Abhinav Upadhyay
a per-process timer UI_new (3) New User Interface init (8) process control initialization posix_spawn (3) spawn a process master (8) Postfix master process fork(2) moves to number 1, init(8) moves to 7, clone(2) appears etc. I wrote a blog about it: http://abhinav-upadhyay.blogspot.in/2016/05/te