Queue resizing

N

news.microsoft.com

Hi,

How can I monitor the regrowing and shrinking of the Queue type? I only
have .Count visible as public.

I need to be able to determine the dequeing rate or the intiial size of
this as I would rather it "not" grow in size.

Thanks
 
N

news.microsoft.com

I just need to monitor the Base Queueue which would be the internal members
like ._size etc so I can fine tune my dequeing or initial size.
 
A

AlexS

You can derive your own queue from standard one and overload methods for
add/remove. Then you can control whatever you need.

HTH
Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top