I have a dll produced by a third party that has some sort of internal datastructure that limits it\'s size to X elements.
So basically, it has a Queue with X as the
The only way you can do it is by having multiple copies of the same dll, and then load them dynamically.