Requirements Iteration 1
- Do the implementation in java.
- Use the ArcStudio 3.0 for the architecture design.
- Modify the arcstudio selector component in such a way that it support parallel processing of selection so that if a lot of users come in the website they don't have to wait to get the service. They should get the service at the same time. You can save time to response.
- Research a method of selector processing that would run faster than the current sequential selection processing
Implementation Requirements
- The main function of a selector is to pick an product line architecture in terms of Boolean guard and if its false then the selector won't output that particular architecture or otherwise it will.
- We want multithread processing of the selector.