bondicoffee Hi, As we have hosted multiple services in a bsv, and the server gets busy, can I partition the service to a different REST port for each service? If yes, how do I set this up in Awareim ? Thanks!
aware_support All REST services are supposed to use HTTP, so there can only be one HTTP port. If you want to "load balance" it you need to use different URL's that send people to different servers. Or have a load balancer that will do that