[elephant-devel] status update

2011-09-14 Thread Alex Mizrahi
Recent patches: * set-valued slot tests, optimized postmodern support * test-slot-sets enabled in asd test-slot-sets thoroughly verifies current behaviour (rather weird) optimized postmodern support uses pm-pset for backend storage which keeps everything in one btree (database table) *

[elephant-devel] status update on db-postmodern

2011-09-05 Thread Alex Mizrahi
I've fixed problem with db-postmodern, now it passes almost all tests on SBCL 1.0.16 (except NIL-SLOT-CLASS). The problem was that with-btree-cursor using WITHOUT-INTERRUPTS while making cursor to prevent potential resource leak, but POSTMODERN depends on interrupts for socket communications (