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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -