WhySearchTwice / Blueprints-Rest-Service

Server side interface for Titan and Hadoop (Not using the Rexter library)
0 stars 0 forks source link

Convert all REST functions to async #1

Open tgrosinger opened 11 years ago

tgrosinger commented 11 years ago

Currently they are blocking which will not cause tests to fail, but is not scaleable. Use this as a template

tgrosinger commented 11 years ago

This will be possible however it requires Jersey 2.0 which has not been released yet. Since we do not have the load to require async I think I will just wait on this and wait a while until that gets released.