Re: [jruby-dev] Transparent Object Persistence

2007-06-27 Thread Charles Oliver Nutter
Alan McKean wrote: Here at GemStone we are investigating adding transparent object 'persistence by reachability' to JRuby. We have run JRuby in our JVM and have the persistence working. But we end up persisting too much because of the attachment of JRuby objects to the runtime. Whenever an obje

[jruby-dev] Transparent Object Persistence

2007-06-27 Thread Alan McKean
Here at GemStone we are investigating adding transparent object 'persistence by reachability' to JRuby. We have run JRuby in our JVM and have the persistence working. But we end up persisting too much because of the attachment of JRuby objects to the runtime. Whenever an object is saved, al