Changes between Initial Version and Version 1 of RichardAsyncinterview

Show
Ignore:
Timestamp:
2008/02/12 12:06:06 (16 years ago)
Author:
matthew.pocock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RichardAsyncinterview

    v1 v1  
     1Richard Async usecase. 
     2 
     3Richard has applications that take a long time to process their data. They are compute-intensive. This includes building phylogenetic trees, and analyzing genotype information to build population structures. 
     4 
     5Currently, these applications are run as command-line jobs. It would be ideal if they could be exposed as services, so that they can be used within pipelines, or launched from off-site. However, the long run-time of these applications prevents naive synchronous methods for exposing them. 
     6