Dear all,
Currently I'm having traditional PB Windows desktop application that get requests from WEB API via HTTP requests.
The WEB API application already exists
Customers facing performance issues when few calling the PB application at once.
What is the best approach to overcome it?
Should I try to convert the PB application to multi thread?
Many thanks!
You should be calling the Web API's directly from PB without any Postman interaction.