web services - Incoming connection queue on WebSpehere -
i've application exposes 1 web service running on websphere. want limit maximum clients available x connection queue. i've read "connection pool" it's outgoing connection.
any advice? thanks.
you can limit maximum amount of tcp connections allowed following tcp channel setting:
maximum open connections
you can find how set here: https://www.ibm.com/support/knowledgecenter/sseqtp_8.5.5/com.ibm.websphere.base.doc/ae/urun_chain_typetcp.html?lang=en
this limit connection not ones webservice, if serving more 1 webservice in server may not setting change limit connections was.
by default allows 20,000 open connections. can limit lets 1,000 if maximum want serve.
Comments
Post a Comment