Paul Fryer
-
2013-02-05
- milestone: 1.0 --> Alpha
A pattern called the Fast Lane Processor will be developed. The Fast Lane Processor basically takes a stream of raw data as input which triggers processing and a return of a data stream as a result. By-passing heavy weight processing such as web services, RPC and serialization. This is in the same way that Fast Lane Reader by passes ORM and entities to retrieve raw data from a database quickly, but by-passing RPC and serializations to achieve the same effect for services. A schema will be developed to describe the processors input and output format and location. Data will be binary and not textual and possibly even compressed.