uCosminexus Application Server, Web Service Development Guide
This subsection describes the amount of memory required for processing each request in a Web Service application using attachments. One request indicates the operations from the receipt of the request from the Web Service client, processing of the request, until the return of a response.
The calculation method described in this subsection, assumes a Web Service that receives an attachment from the Web Service client and returns the attachment as is to the Web Service client.
The following indicates memory usage during the first request:
memory-usage-per-request(first) = memory-used-by-the-Web-Service-Implementation-Class + JAX-WS-engine-specific-memory-usage(2.68 MB) |
The following indicates memory usage from the second request onwards:
memory-usage-per-request(second-time-onwards) = memory-used-by-the-Web-Service-Implementation-Class + JAX-WS-engine-specific-memory-usage(193 KB) |
The following indicates memory usage during the first request:
memory-usage-per-request(first) = memory-used-by-the-Web-Service-Implementation-Class + JAX-WS-engine-specific-memory-usage (2.73 MB) |
The following indicates memory usage from the second request onwards:
memory-usage-per-request(second-time-onwards) = memory-used-by-the-Web-Service-Implementation-Class + JAX-WS-engine-specific-memory-usage (411 KB) |
The following indicates memory usage during the first request:
memory-usage-per-request(first) = memory-used-by-the-Web-Service-Implementation-Class + JAX-WS-engine-specific-memory-usage (4.54 MB) |
The following indicates memory usage from the second request onwards:
memory-usage-per-request(second-time-onwards) = memory-used-by-the-Web-Service-Implementation-Class + JAX-WS-engine-specific-memory-usage (2.24 MB) |
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.