Re: newbie question about nbio -questiion

2003-12-29 Thread Serge Knystautas
Stephen McConnell wrote: The last paragraph in the volano report conclusions: "The good news is that Dan Kegel's C10K Problem has been solved in Java 1.3, even when using the original blocking Java input and output methods, and even when using modest hardware. The bad news is that the Just what

Re: newbie question about nbio -questiion

2003-12-29 Thread Stephen McConnell
Serge Knystautas wrote: The last paragraph in the volano report conclusions: "The good news is that Dan Kegel's C10K Problem has been solved in Java 1.3, even when using the original blocking Java input and output methods, and even when using modest hardware. The bad news is that the Java ve

Re: newbie question about nbio

2003-12-29 Thread kb
On Mon, Dec 29, 2003 at 06:16:52PM -0500, Serge Knystautas wrote: > Yeah, but my point is there's little motivation to remove the 1:1 > relationship. > > http://www.volano.com/report/index.html Well thanks for the info i was just wondering about james in particular, thanks for the link also ..

Merging branches and IMAP changes

2003-12-29 Thread Noel J. Bergman
Darrell, I am planning to take some time, and may ask for help, to merge the v2 branch back into MAIN. Your IMAP changes have all been committed to MAIN. Do you have dependencies on changes that will be reverted? --- Noel

cvs commit: james-server/proposals/imap2/test/org/apache/james/imapserver FetchPeek.test FetchSingleMessage.test TestSelectedCommandsInSelectedState.java

2003-12-29 Thread darrell
darrell 2003/12/29 16:24:32 Modified:proposals/imap2/test/org/apache/james/imapserver FetchSingleMessage.test TestSelectedCommandsInSelectedState.java Added: proposals/imap2/test/org/apache/james/imapserver F

Re: newbie question about nbio

2003-12-29 Thread Serge Knystautas
Noel J. Bergman wrote: Nope, we're using JavaMail which doesn't have nio. Also, we're a long way (and possibly never going to reach a point) where nio is useful to an app like James. NIO is important to changing the 1:1 relationship between active connections and threads. However, we've had many

RE: newbie question about nbio

2003-12-29 Thread Noel J. Bergman
Serge Knystautas wrote: > kb wrote: > > sorry about asking this but i would just like to verify if James uses > > any of the new non blocking io available since java 1.4 ? > Nope, we're using JavaMail which doesn't have nio. Also, we're a long > way (and possibly never going to reach a point) whe

Re: newbie question about nbio

2003-12-29 Thread Serge Knystautas
kb wrote: sorry about asking this but i would just like to verify if James uses any of the new non blocking io available since java 1.4 ? Nope, we're using JavaMail which doesn't have nio. Also, we're a long way (and possibly never going to reach a point) where nio is useful to an app like James

newbie question about nbio

2003-12-29 Thread kb
sorry about asking this but i would just like to verify if James uses any of the new non blocking io available since java 1.4 ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Determine Message Size in Mailet

2003-12-29 Thread Noel J. Bergman
Increase the available heap size for James using JVM_OPTS. The default is too small for your needs. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Determine Message Size in Mailet

2003-12-29 Thread Richard O. Hammer
Oh, and let me add that documentation (or perhaps I should say hints) about that memory-increasing command line option can be found in places like this . - To unsu

Re: Determine Message Size in Mailet

2003-12-29 Thread Richard O. Hammer
Kraig Schario wrote: I am having a problem with a mailet when copying the Mail mail object to a MimeMessage. MimeMessage message = mail.getMessage(); It only occurs when the message contains large attachments. Usually larger than 2 MB. I receive the following error in the Mailet.log java.

Determine Message Size in Mailet

2003-12-29 Thread Kraig Schario
I am having a problem with a mailet when copying the Mail mail object to a MimeMessage. MimeMessage message = mail.getMessage(); It only occurs when the message contains large attachments. Usually larger than 2 MB. I receive the following error in the Mailet.log java.lang.OutOfMemoryErr

cvs commit: james-server/proposals/imap2/test/org/apache/james/test AbstractProtocolTest.java ProtocolSession.java

2003-12-29 Thread darrell
darrell 2003/12/28 22:54:48 Modified:proposals/imap2/java/org/apache/james/imapserver/commands CommandParser.java CommandTemplate.java CreateCommand.java DeleteCommand.java ListCommand.java LogoutCommand.java