Thanks Jaroslaw for the info! This is going to help me a lot! Nick
-----Original Message----- From: Jaroslaw Cwiklik [mailto:[email protected]] Sent: Friday, April 17, 2009 11:25 AM To: [email protected] Subject: RE: Running CPE with multi-threading After checking the code, I see that the sizes of both the work queue and the output queue are set to the Cas pool size workQueue = new BoundedWorkQueue(poolSize, "Input Queue", this); if (consumerList != null && consumerList.size() > 0) { outputQueue = createOutputQueue(poolSize); } Also, you've if you can deploy a CPE without a CC. I believe that you can. CCs are optional. This communication, along with any attachments, is covered by federal and state law governing electronic communications and may contain company proprietary and legally privileged information. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, use or copying of this message is strictly prohibited. If you have received this in error, please reply immediately to the sender and delete this message. Thank you.
