Am Dienstag, den 09.01.2007, 20:52 +0000 schrieb Steve Brewin: > > robert burrell donkin wrote: > > > (i performed experiments with storing emails in JCRs last year and > > > they seemed *very* quick but don't have any comparative numbers.) > > > > If you don't tell us what JCR implementation you tested and what > > configuration this is meaningless ;-) > > > > If you used JackRabbit, what "persistence manager" and what "file > > system" did you use? > > I don't know about Robert's experiences. I have found that you can get very > good performance with a custom persitence manager tuned to the needs of the > application and an appropriatley indexed and tuned database. > > Put another way, this is not a 'magic' solution. Excellent performance is > attainable, but doesn't come for free.
That was my guess. So you need a custom persistence manager and methods to break down, store, reassemble a MimeMessage, manage UIDs and perform the requests from the IMAP server. That's not so far away from a completely custom, optimized implementation. Okay, okay, I'm already convinced that having a backend implementation that stores the mails into jackrabbit could be a desirable goal. :-) Joachim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
