Skip to main content

Hi


On the K2 server side the default number of connections created is 20


How can i control the number of connection objects that is created onthe server side?


What is the maximim number allowed?


 

Look at the K2Server.setup file in the HostServerBin folder. Node: K2ThreadPool. The default is 20 as you mention, you can up the thread pool here. Keep in mind the more threads the more strain on the server. Own discretion needs to be used here.


HTH


Vernon


Reply