You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Gerhard Froehlich <g-...@gmx.de> on 2001/12/08 14:59:46 UTC

[RT] Jisp as Store Persistence

Hi,
hehe my first RT ;).

The last months I was highly not satisfied with my solution to hold
cached Cocoon objects persistent on the Filesystem. During my
involvment in the AvalonDB (Avalon Cornerstore) Project I had
to do some research how to store data efficiently on the Filesystem.

I know most of you guys are involved in other more Cocoon related
issues. But a cool cache/store implementation makes a good feeling ;-).

We found this package:
http://www.coyotegulch.com/jisp/index.html

This package provides B-Tree indexes for access to variable-length
serialized data stored in files.

If integrating this package in the existing Store implementation we
would be able to store our cached objects in a indexed file. That
would much increase our write and read operations on filesystem.

A other question is the License of the question. Is this compatible
to the Apache License?

What do you think?

Cheers
Gerhard
 
"Three o'clock is always too late or too early for 
anything you want to do.
(Jean-Paul Sartre)"


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: [RT] Jisp as Store Persistence

Posted by Stefano Mazzocchi <st...@apache.org>.
Gerhard Froehlich wrote:
> 
> Hi,
> hehe my first RT ;).
> 
> The last months I was highly not satisfied with my solution to hold
> cached Cocoon objects persistent on the Filesystem. During my
> involvment in the AvalonDB (Avalon Cornerstore) Project I had
> to do some research how to store data efficiently on the Filesystem.
> 
> I know most of you guys are involved in other more Cocoon related
> issues. But a cool cache/store implementation makes a good feeling ;-).

Absolutely agreed.

> We found this package:
> http://www.coyotegulch.com/jisp/index.html
> 
> This package provides B-Tree indexes for access to variable-length
> serialized data stored in files.
> 
> If integrating this package in the existing Store implementation we
> would be able to store our cached objects in a indexed file. That
> would much increase our write and read operations on filesystem.

I'm +1 on using this if you think it's a good solution and ends up
improving performance and code elegance.

> A other question is the License of the question. Is this compatible
> to the Apache License?

>>From what I see, yes.
 
> What do you think?

Go for it. 

-- 
Stefano Mazzocchi      One must still have chaos in oneself to be
                          able to give birth to a dancing star.
<st...@apache.org>                             Friedrich Nietzsche
--------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org