podd / podd-redesign

The redesigned PODD
http://podd.plantphenomics.org.au/podd/
GNU Affero General Public License v3.0
3 stars 4 forks source link

Return Future from PoddOWLManagerImpl.inferStatements #136

Closed ansell closed 9 years ago

ansell commented 10 years ago

Can asynchronously compute inferences, and speed up performance, but will need strategy for tracking the Future objects that have not yet completed if we need to force them to shutdown for any reason.

ansell commented 9 years ago

Not viable as we can't return a status before the inferencing completes or their future queries may be done on an incomplete dataset.