[XI/PI] Adapter 별 Threads 개수 설정
아래 그림과 같이 각 Adapter 별로 Threads 수가 정해져 있어서 동시에 처리 할 수 있는 데이터 건수가 정해 져 있다. (Sync inbound, Sync outbound, Async inbound, Async outbound Adapter 별로 총 4개 설정)
- Sync inbound, Sync outbound, Async inbound, Async outbound, Adapter 별로 총 4개 설정
Configutool 실행 또는 Visual Admin “/usr/sap/<SAPSID>/<instance-name>/j2ee/configtool.bat “
com.sap.aii.af.svc → messaging.connectionDefinition에 정보를 변경한다.
(name=global, messageListener=localejbs/AFWListener, exceptionListener=localejbs/AFWListener, pollInterval=60000, pollAttempts=60, Send.maxConsumers=5, Recv.maxConsumers=5, Call.maxConsumers=5, Rqst.maxConsumers=5),(name=JDBC_http://sap.com/xi/XI/System, messageListener=localejbs/AFWListener, exceptionListener=localejbs/AFWListener, pollInterval=60000, pollAttempts=60, Send.maxConsumers=8, Recv.maxConsumers=9, Call.maxConsumers=10, Rqst.maxConsumers=11) |
- 결과 적용 후 PI를 재 시작하면 다음과 같이 Threads 개수 변경된 것을 확인 할 수 있다.
call : Sync Outobund
Recv : Async inbound
Rqst : Sync Inbound
Send : Async Outbound