Hi All,
my driver creates multiple device objects to be used by different
applications . I got a problem when i am operating on them simultaniously;
when one of the application is operating on one of the device objects, the
other applications which are operating on a different device objects are
NOT getting scheduled with the driver.
Is there any way to create a seperate instance of the driver for each of
the device objects so that the iomanager schedules them.
Thanks in advance,
-Naveen