38 / plumber

The General-Purpose Cross-Language Dataflow Programming
http://plumberserver.com
BSD 2-Clause "Simplified" License
27 stars 2 forks source link

Support the Async Task and Complete the RESTful storage servlet #28

Closed 38 closed 7 years ago

38 commented 7 years ago

It seems we actually don't want use the filesystem as a RESTful storage, because the data consistancy issues.

However, once we create a storage servlet wraps another data storage program, like mogodb, etc. Then we actually need the async task model to make it has high troughput.

This makes the task not feasible at this point, because the async task is not supported by the framework.

At the same time, it seems the async task support should have the highest priority, because we need this for:

  1. Reverse proxy application
  2. Restful Storage
  3. Multiple Instance Deployment

So we need to do the RESTful after we finished the Async Task Support

38 commented 7 years ago

Working with a differernt repo