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:
Reverse proxy application
Restful Storage
Multiple Instance Deployment
So we need to do the RESTful after we finished the Async Task Support
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:
So we need to do the RESTful after we finished the Async Task Support