Re: [Prevayler-coders] Participation in Project
Brought to you by:
jsampson,
klauswuestefeld
From: Justin T. S. <ju...@kr...> - 2008-03-25 15:13:54
|
Yeah, that's an area of functionality people keep asking for. "Replication" means many things to many people, but I've written before that I like to think in terms of five levels of related notions: Journaling, partitioning, remoting, mirroring, and clustering. (Journaling is a kind of replication through time, and I list it here also because the batching and streaming nature of journaling should be leveraged in the others as well.) Another area that would be very cool to have some serious computer science attention would be static analysis to ensure that Transactions are deterministic and Queries are read-only. This could be either sourcecode or bytecode analysis. For the strictest checking, doing bytecode analysis at classload time would perhaps be best, to ensure nothing funny has happened. Anyway, those are the two areas I keep wishing I had time to work on. :) Cheers, Justin On Mon, Mar 24, 2008 at 10:11 PM, Klaus Wuestefeld <kla...@gm...> wrote: > PS: We now prefer to call it "Mirroring" :) > > > > > On Tue, Mar 25, 2008 at 2:10 AM, Klaus Wuestefeld > <kla...@gm...> wrote: > > Sure. Prevayler replication is still just a proof-of-concept. > > > > Getting it to run well is an interesting topic. > > > > Please coordinate with Justin Sampson, on this list. > > > > See you, Klaus. > > > > > > > > > > On Thu, Mar 20, 2008 at 2:17 PM, Jakob,Titus <tit...@fh...> wrote: > > > > > > > > > > > > > > > Hi Klaus > > > > > > We, three students of informatics would like to participate in your > > > Prevayler-Projct. Could you tell me if there as some interesting topics to > > > solve? > > > > > > Best regards > > > > > > Titus > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Prevayler-coders mailing list > Pre...@li... > https://lists.sourceforge.net/lists/listinfo/prevayler-coders > |