Re: Please help with the code

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"nop90" <bjones_calif@xxxxxxxxx> wrote in message
news:Xns9960856FCC89Dbjonescalif@xxxxxxxxxxxxxxxxx
Hi Larry....

Thats some good ideas there. A bit more advanced than I am use to. I will
chew on it a bit and maybe contact you via email if I have questions if
that is ok with you?

I have your code running in a test...works good...just have to understand
it :-)

Thanks for the suggestions.
Bob

If you have a pool of resources, you might want to drive them using a
queue. The queue allows calling code to send a request without having
to wait for that request to be honored before returning. The queue
manages the pool of resources so that as resources become available,
the queue is queried and the resource put to work.



Larry,

Thanks from me also for the example hopefully it will help me understand the
use of class modules. :-)

Norm


.



Relevant Pages