Re: [Neo4j] Question about REST interface concurrency

2011-04-26 Thread Mattias Persson
...@neotechnology.com] Sent: Friday, April 22, 2011 3:34 AM To: Neo4j user discussions Subject: Re: [Neo4j] Question about REST interface concurrency Hi Stephen, I think the network IO you've measured is consistent with the rest of the behaviour your've described. What I'm thinking

Re: [Neo4j] Question about REST interface concurrency

2011-04-26 Thread Stephen Roos
we might remove that bottleneck? Thanks again for your help, Stephen -Original Message- From: Mattias Persson [mailto:matt...@neotechnology.com] Sent: Tuesday, April 26, 2011 12:19 AM To: Neo4j user discussions Subject: Re: [Neo4j] Question about REST interface concurrency Does your

Re: [Neo4j] Question about REST interface concurrency

2011-04-22 Thread Jim Webber
Hi Stephen, I think the network IO you've measured is consistent with the rest of the behaviour your've described. What I'm thinking is that you're simply reaching the limits of create transaction-create a node-complete transaction-flush to filesystem (that is, you're basically testing disk

Re: [Neo4j] Question about REST interface concurrency

2011-04-21 Thread Stephen Roos
12:50 AM To: Neo4j user discussions Subject: Re: [Neo4j] Question about REST interface concurrency Stephen, did you fork the code? Would be good to merge in the changes or at least take a look at them! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46

Re: [Neo4j] Question about REST interface concurrency

2011-04-21 Thread Stephen Roos
appreciative. Thanks again, Stephen -Original Message- From: Jim Webber [mailto:j...@neotechnology.com] Sent: Thursday, April 21, 2011 12:24 PM To: Neo4j user discussions Subject: Re: [Neo4j] Question about REST interface concurrency Hi Stephen, Are you running on Linux (or Windows

Re: [Neo4j] Question about REST interface concurrency

2011-04-18 Thread Peter Neubauer
throughput? Thanks again for your help! -Original Message- From: Jim Webber [mailto:j...@neotechnology.com] Sent: Friday, April 15, 2011 1:57 AM To: Neo4j user discussions Subject: Re: [Neo4j] Question about REST interface concurrency Hi Stephen, The same Jetty tweaks that worked

Re: [Neo4j] Question about REST interface concurrency

2011-04-17 Thread Stephen Roos
? Thanks again for your help! -Original Message- From: Jim Webber [mailto:j...@neotechnology.com] Sent: Friday, April 15, 2011 1:57 AM To: Neo4j user discussions Subject: Re: [Neo4j] Question about REST interface concurrency Hi Stephen, The same Jetty tweaks that worked in previous versions

Re: [Neo4j] Question about REST interface concurrency

2011-04-15 Thread Jim Webber
Hi Stephen, The same Jetty tweaks that worked in previous versions will work with 1.3. We haven't changed any of the Jetty stuff under the covers. Jim ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

[Neo4j] Question about REST interface concurrency

2011-04-14 Thread Stephen Roos
Hello Neo Team! Congrats on the recent release! I'm using 1.3 enterprise in my development environment. I noticed that in earlier versions there were some patches to allow setting the min/max thread pool size for the REST servlet container. Are there any similar options now? Under load