[rucksack-devel] Enhancements to Rucksack
John Pallister
john at synchromesh.com
Sun Feb 13 13:13:42 UTC 2011
Hello list,
I thought I'd chime in since I am using Rucksack in a paid-for project
(using LispWorks on Windows FWIW). I'm developing a client-server
application that runs on an intranet, so there are only around a dozen
users and the amounts of data are relatively small. Consequently I can
(mostly) get away with just locking the entire store while I access
it. Most access is serialised into one or two threads by virtue of the
client-server nature anyway.
Rucksack has been great because it fits the task very nicely, and the
fact it's all CL and doesn't need any external libraries/processes
keeps things nice and simple (i.e. adding an index is as simple as
recompiling the persistent class).
However I think it would be great to see it develop a little further,
and I'd urge Jochen (and anyone else) to consider releasing their
modifications that implement some basic multi-user access.
And thanks Arthur for doing such a great job with Rucksack in the first place!
Cheers,
John :^P
--
John Pallister
john at johnp.net
john at synchromesh.com
More information about the rucksack-devel
mailing list