No. of outstanding timers

How many outstanding NDIS timers can Win2k support. How much is the
scalability of timers affected by what I do in the callback function… As in
if I grab a couple of locks do something quickly and release them… should
it be ok, or does it in any way delay the executing of other pending timers.
Please answer these as they are important to the scalability of my driver!

Thanks
-Johnny

===
Thanks to all who responded to my earlier question.


MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx

generally timer routines are implemented as DPCs queued to a processor.
If your timer callback is taking a long time it will impact the ability
of other timer routines queued to your processor to run.

-p

-----Original Message-----
From: Johnny D [mailto:xxxxx@hotmail.com]
Sent: Monday, June 03, 2002 7:22 PM
To: NT Developers Interest List
Subject: [ntdev] No. of outstanding timers

How many outstanding NDIS timers can Win2k support. How much is the
scalability of timers affected by what I do in the callback function…
As in
if I grab a couple of locks do something quickly and release them…
should
it be ok, or does it in any way delay the executing of other pending
timers.
Please answer these as they are important to the scalability of my
driver!

Thanks
-Johnny

===
Thanks to all who responded to my earlier question.


MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx


You are currently subscribed to ntdev as: xxxxx@microsoft.com To
unsubscribe send a blank email to %%email.unsub%%