re: scheduling callbacks in user space triggered via kernel....

2001-05-22 Thread Daniel R. Kegel
Ashok wrote: > Is there a method to schedule user mode code from > kernel agent? ... > windows 2000 offers 2 such facilities. (APC or async > procedure calls) where a thread can block and when > ready will be woken via the kernel agent and can run a > user supplied function. > > or a method to bin

Re: scheduling callbacks in user space triggered via kernel....

2001-05-22 Thread Alan Cox
> Is there a method to schedule user mode code from kernel agent? You can wake user processes,send them signals etc but ingeneral its not a good idea > registers with the kernel mode agent with a function/parm to run, then when > the callback is appropriate the kerenl agent triggers this callbac