The issue there is that your client requests each have their own transaction so 
there.
If you want to execution multiple requests transactionally in one block you 
should use the new batch-rest API.

http://docs.neo4j.org/chunked/milestone/rest-api-batch-ops.html

Cheers

Michael

Am 30.06.2011 um 13:04 schrieb Jim Webber:

> Hi Aliabbas,
> 
>> is it true that in neo4j there is no remote thread-safe API.
> 
> No. That is a false assertion. The REST API is thread safe since it wraps the 
> same thread-safe code as the Java APIs.
> 
> There can still be *contention* but there is always thread safety (and 
> ACIDity).
> 
> Jim
> _______________________________________________
> Neo4j mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to