gpg: Signature made Mon Mar 3 17:40:03 2008 UTC using DSA key ID 61917D90
gpg: Can't check signature: public key not found
Hi,
I've been thinking about the discussion initiated by bback (FMS Java
design) and wondered if I shouldn't put my actual project on standby and
start working on a WoT plugin.
It seems to me that a WoT plugin would be more usefull than a
filesharing tool... And of course, my first project would benefit of the
WoT.
So, unless someone with more experience volunteers for it, I think I'll
start working on it.
About the implementation, I think a relational database would be faster
for trust calculation. I see a solution based only on the filesystem but
it will use *a lot* of disk space to ensure decent performances.
If I use a relational database, my preference goes to derby, which has
to be loaded by the node itself. On my own machine, I load it in
wrapper.conf. We'll have to find a more elegant solution...
Your thoughts ?