Re: Please help with the code

Tech-Archive recommends: Speed Up your PC by fixing your registry



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.


.



Relevant Pages