I've got a real small set-up (two users, total of maybe 500 messages per day), and really have no justification for adding complexity (and the learning curve) for sqlite or similar. So I'm just using the simple hash storage driver.
Everything seems to run fine, except for the database maintenance. I have a couple of issues with cssclean and csscompress: * Both utilities seem to require an absolute path specification of the file that is being maintained. Otherwise, when the utility is finished and it tries to rename the work file, it fails with EXDEV (attempt to create hard link to a file on another file system). * cssclean starts to run, takes several seconds, and then failes with "Floating exception". I did a little bit of exploration in the source code, and discovered that this really isn't a FPE error, but rather it is the result of an integer divide-by-zero. (This is on a NetBSD system...) The first issue I can manage, but I have not been able to understand the source well enough to make any progress on the second issue. Has anyone else seen this? And maybe have a solution? Indeed, is anyone else even using the hash storage driver? Thanks in advance for any suggestions or guidance. :) +------------------+--------------------------+------------------------+ | Paul Goyette | PGP Key fingerprint: | E-mail addresses: | | (Retired) | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com | | Kernel Developer | 0786 F758 55DE 53BA 7731 | pgoyette at netbsd.org | +------------------+--------------------------+------------------------+ ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Dspam-user mailing list Dspam-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspam-user