question about thread scheduling
my DLL is finally loaded into the kernel space, but it runs only twice,
instead of every 4ms.
I set the priority to 2, which is very high, and supposed to be rescheduled
in case of SYSINTR_RESCHED.
the result is the same for invoking ResumeThread or not, as Valter Minute
and Karel Danihelka pointed out!
how can get it run every 4ms in case of SYSINTR_RESCHED?
.
Relevant Pages
- Re: Calling a function from a DLL and change its priority?
... not clear why you want to lower the priority. ... A call to a function doesn't care if the function is in a DLL or not. ... // Typical example of disabling a menu/toolbar item that would launch another thread ... See my essay on worker threads and my essay message management for all the details. ... (microsoft.public.vc.mfc) - Re: dll memory management
... > if i load dynamically twice the same delphi dll, ... How do you mean "load twice"? ... second DLL will be in the same location as the first. ... (comp.lang.pascal.delphi.misc) - Re: What is the relavence of FIXUPVAR, and K flag in the BIB files
... It allows you to specify in a BIB ... moved out of a process slot and placed in the kernel space above 2G. ... This means that special fixups must be applied to have a DLL loaded into the ... (microsoft.public.windowsce.platbuilder) - Re: help: is bbu97159656tcy on ebay always this hard to deal with
... have dealt with him and twice I was disappointed. ... The first time he stated the auction will ship priority ... between priority and parcel post was about 10 cents. ... Then he finds the missing board, ... (rec.games.video.arcade.collecting) - Re: IOCTL within Kernel-Mode?
... It is true that IOCTLs can be issued from kernel space. ... that your DLL has other code that is not suitable to kernel space; ... "Wolfgang" wrote in message ... Is it possible to use IOCTL within kernel-mode, ... (microsoft.public.development.device.drivers) |
|