espeed / bulbs

A Python persistence framework for graph databases like Neo4j, OrientDB and Titan.
http://bulbflow.org
Other
622 stars 83 forks source link

Tornado Asynch Calls #130

Open CoinDev opened 10 years ago

CoinDev commented 10 years ago

Are calls via Bulbs blocking or non blocking?

Thanks

espeed commented 10 years ago

Right now they're blocking (HTTP REST to Neo4j Server, Rexster, or Titan Server); however, Rexster and Titan Server are moving to websockets in TinkerPop 3, which is scheduled for its initial release in May, so the Bulbs 0.4 adapter for Rexster and Titan Server will be nonblocking.