Hello Joshua, James Mailbox is implemented with JPA and has a small OpenJpa wrapper. http://svn.apache.org/repos/asf/james/mailbox/trunk/jpa/src/main/java/org/apache/james/mailbox/jpa/openjpa/
I think you may implement a wrapper that uses hibernate or another JPA provider with better wupportfor your DBA. Please consider contributing it back to James if you chose to do so. Good luck, On Tue, Oct 9, 2012 at 3:52 PM, Joshua Armstrong <[email protected]> wrote: > On 10/9/2012 7:26 AM, Joshua Armstrong wrote: >> >> On 10/9/2012 3:26 AM, Eric Charles wrote: >>> >>> So you are stressing directly the james-mailbox project, not the >>> james-server? >>> >>> If you persist in a database via JPA, set openjpa.streaming to true in >>> james-database.properties, it will put less pressure on the memory and gc, >>> especially for large attachments. >>> >>> Thx, Eric >> >> <snip> >> >> Actually, both but that's a good tip. I'll flip that flag and see what >> our nightly build gives us tomorrow. >> > Just checked. openjpa.streaming is not supported on SolidDB because it > doesn't really support BLOBs directly. SolidDB is a weird hybrid > memory/disk database engine so its handling of things is a bit different > from most RDBMS systems. :/ > > > -- > Joshua M. Armstrong > Software Engineer > Centurion, Inc. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Ioan Eugen Stan / CTO / http://axemblr.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
