I wonder when it comes to a driver-managed queue, what’s the diffence
between those two? Someone told me it is better not to mix a driver-managed
queue and a device object’s queue, especially the one created by
KeInitializeDeviceQueue(…). True?
Thanks
Ta H.
Join the world’s largest e-mail service with MSN Hotmail.
http://www.hotmail.com
Well it comes done to this if you have a device that can only do 1 read or
write at a time, use System Queuing. If you have a device that is capable
of doing reads and writes simultaneously, then use driver queuing.
–
Mark Cariddi
Open Systems Resources, Inc.
www.osr.com
“Ta H.” wrote in message news:xxxxx@ntdev…
>
> I wonder when it comes to a driver-managed queue, what’s the diffence
> between those two? Someone told me it is better not to mix a
driver-managed
> queue and a device object’s queue, especially the one created by
> KeInitializeDeviceQueue(…). True?
>
> Thanks
>
> Ta H.
>
> _________________________________________________________________
> Join the world’s largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
>
>