Woker Item Queue Thread Limits

I am writing a driver and potentially have some very long-lasting work
items. Currenly, I am posting it to the worker queue. My question, if I
have post 100 work items and none of work items last for about a hour, will
that cause worker threads to be busy with my work item and everybody else
has to wait? Or NT will just create more worker item thread on demand.


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

NT4 has a limit on Ex worker threads, which is gone in w2k.

Max

----- Original Message -----
From:
To: “File Systems Developers”
Sent: Tuesday, December 04, 2001 3:00 PM
Subject: [ntfsd] Woker Item Queue Thread Limits

> I am writing a driver and potentially have some very long-lasting work
> items. Currenly, I am posting it to the worker queue. My question, if I
> have post 100 work items and none of work items last for about a hour, will
> that cause worker threads to be busy with my work item and everybody else
> has to wait? Or NT will just create more worker item thread on demand.
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com