Re: [Neo] New features in trunk

2009-09-08 Thread Adam Rabung
Hi, I was wondering where lifecycle events fall on the roadmap? I'm thinking along the lines of Hibernate Interceptors: https://www.hibernate.org/hib_docs/v3/api/org/hibernate/Interceptor.html Thanks, Adam On Thu, Sep 3, 2009 at 11:38 AM, Rob Challen wrote: > I moved over to the b10 snapshot and

Re: [Neo] New features in trunk

2009-09-03 Thread Rob Challen
I moved over to the b10 snapshot and everything seems fine so far. Recovery time was near instantaneous on a graph with no changes on it, but that had been shut down with a transaction open, which previously would have take 5 minutes to rebuild. I tried to use an EmbeddedReadOnlyNeo service within

Re: [Neo] New features in trunk

2009-09-02 Thread Mattias Persson
Great additions Johan! 2009/9/2 Rob Challen : > The same is true of using it in Tomcat. I'll try and port my use of > RemoteNeo to an EmbeddedReadOnlyNeo. > > It'd be useful for me to have the option to make Neoclipse use > EmbeddedReadOnlyNeo for debugging a graph during development. Is there > a

Re: [Neo] New features in trunk

2009-09-02 Thread Rob Challen
The same is true of using it in Tomcat. I'll try and port my use of RemoteNeo to an EmbeddedReadOnlyNeo. It'd be useful for me to have the option to make Neoclipse use EmbeddedReadOnlyNeo for debugging a graph during development. Is there anyone else who vote for that? Cheers, Rob. On Wed, Sep

Re: [Neo] New features in trunk

2009-09-02 Thread Tobias Ivarsson
On Wed, Sep 2, 2009 at 3:16 PM, Johan Svensson wrote: > > o Read-only mode. You can now startup multiple read-only NeoServices > to the same store (using EmbbededReadOnlyNeo) and have a single writer > to that store. > Cool, I could use this to build a Hybrid MultiProcessNeo that uses EmbeddedRead

Re: [Neo] New features in trunk

2009-09-02 Thread Dan Heaver
Johan, your my hero! The readonly mode stuff is going to be a god sent to us and the depth traversal stuff is definitely going to help some of our longer jobs. We have a deadline to hit next wednesday but straight after I'll get testing it on out bigger graphs. Thank you... Dan On Wed, Sep 2,

Re: [Neo] New features in trunk

2009-09-02 Thread Neil Ellis
Fantastic Johan Once our September alpha is done we'll run against the b10-SNAPSHOT, those features really make a difference to us. All the best Neil On 2 Sep 2009, at 14:16, Johan Svensson wrote: > Hello, > > Now that the 1.0-b9 release has been out for a while we have had some > time to work

[Neo] New features in trunk

2009-09-02 Thread Johan Svensson
Hello, Now that the 1.0-b9 release has been out for a while we have had some time to work on some important new features that we want to be part of the final 1.0 release. The 1.0-b10-SNAPSHOT (trunk) now includes: o New algorithm to rebuild id generators during recovery after a crash. Cuts recove