would like to increase cpu usage

2012-06-25 Thread roy . james
Hello James devs! So our custom implementation of James is truckin' along and we started running load tests. Despite hundreds of connections I can't seem to get James' IMAP service to utilize more than 60% (usually hovers around 50%) cpu. This could be due to our custom implementation but I w

Re: would like to increase cpu usage

2012-06-26 Thread Eric Charles
On 06/26/2012 07:45 AM, roy.ja...@xemaps.com wrote: Hello James devs! So our custom implementation of James is truckin' along and we started running load tests. Despite hundreds of connections I can't seem to get James' IMAP service to utilize more than 60% (usually hovers around 50%) cpu. T

Re: would like to increase cpu usage

2012-06-29 Thread roy . james
Hey Eric, I figured out something (should have seen it sooner) but it might be related to COMPRESS issue. I noticed that the Maildir Message implementation returns FileInputStream for getBodyContent but SimpleMessage returns an InputStream derived from SharedFileInputStream. Our Message impl