Forum OpenACS Q&A: Response to nsjava is available on sourceforge

Collapse
Posted by Dan Wickstrom on
nsjava version 0.0.4 is now available.  This is the first alpha
release and it is considered reasonably stable for use on solaris
using sun's jdk1.1.8 and on linux using blackdown's jdk1.1.8.  I've
run apache bench against both versions for extended periods of time
without any segfaults or memory leaks.

Version 0.0.4 is available at http://nsjava.sourceforge.net.

I've ported the webmail module to work with nsjava, and it is noticeably faster than using JDBC, though I haven't done any benchmarks yet.  I'm now thinking that it doesn't make sense to shuffle the whole mime-encoded message in and out of the db when sending and receiving messages, so I'm going to modify webmail slightly, so that the messages themselves are kept externally in the filesystem.