ModelGlue 1.1.10 RC
Joe Rinehartが彼のブログで、ModelGlue 1.1.10RCについてアナウンスした。
今回のリリースの特徴は、パフォーマンスの改善(ModelGlue2.0 Unityからのフィードバック)。Sessionスコープを使った場合のパフォーマンスが6倍に改善されたとのことです。
サンプルアプリ:PostMarket
This release is focused on performance, but also removes the necessity for the session scope to be enabled. Without session, you will simply lose the state container during a redirect/forward and all references to asynchronous requests.
Below is a series of benchmarks against the Model-Glue PetMarket homepage. Each test consisted of 100 concurrent threads, 50 requests each thread, 3 seconds between each request.
Average response times:
Model-Glue 1.1: 2591ms
Model-Glue 1.1.1 Private Test: 1144ms
Model-Glue 1.1.1 Release Candidate: 491ms
Model-Glue 2.0 (Revision 78): 308ms
コメント