ページの先頭行へ戻る
Interstage Service Integrator V9.6.1 Java EE運用ガイド
FUJITSU Software

2.1.2 インバウンドSOAPアダプタのチューニング

インバウンドのSOAPアダプタでSOAPメッセージを受信する場合のチューニングについて説明します。

2.1.2.1 同時処理数

インバウンドのSOAPアダプタが同時に処理できるWebサービスクライアントからのリクエスト数を定義します。インバウンドのSOAPアダプタの同時処理数については、以下が設定できます。

インバウンドのSOAPアダプタの同時処理数は、asadmin setコマンドで設定します。asadminコマンドの詳細は、“Interstage Application Server Java EE運用ガイド(Java EE 6編)”の“スレッドプールの定義項目”を参照してください。

実行例

<Interstageインストールディレクトリ>\F3FMisje6\glassfish\bin\asadmin set ISISrv.thread-pools.thread-pool.http-thread-pool.min-thread-pool-size=2
<Interstageインストールディレクトリ>\F3FMisje6\glassfish\bin\asadmin set ISISrv.thread-pools.thread-pool.http-thread-pool.max-thread-pool-size=200
<Interstageインストールディレクトリ>\F3FMisje6\glassfish\bin\asadmin set ISISrv.thread-pools.thread-pool.http-thread-pool.idle-thread-timeout-seconds=900

/opt/FJSVisje6/glassfish/bin/asadmin set ISISrv.thread-pools.thread-pool.http-thread-pool.min-thread-pool-size=2
/opt/FJSVisje6/glassfish/bin/asadmin set ISISrv.thread-pools.thread-pool.http-thread-pool.max-thread-pool-size=200
/opt/FJSVisje6/glassfish/bin/asadmin set ISISrv.thread-pools.thread-pool.http-thread-pool.idle-thread-timeout-seconds=900

ISISrv:ISIサーバのIJServerクラスタ名

設定項目の詳細については、“Interstage Application Server Java EE運用ガイド(Java EE 6編)”の“Webコンテナのチューニング”を参照してください。