Hi,
I'm evaluating the feasability/cost of upgrading some of our Powerbuilder Application to PowerServer 2021+.
I used an evaluation licence, but unfortunatly, it's not a straight forward as expected for our application, so I wasn't able to test this scenario.
I would like to know what will happen if an existing sql query took minutes to be executed.
Usually, when we call an API and it took more than few seconds, we have some timeout.
Does that will be the case with Powerserver?
If not, does that will lock Powerserver for others users?
Also, mostly for reporting, we have few sql query that return lots of data (>10 megs)
What will happen?
Thanks,
1) For connection-level timeout, you can find and configure them in the Database Configuration - Advanced settings.
2) If you want to get more details about these application-level timeout settings (Request Timeout, Session Timeout, Transaction Timeout), please refer to https://docs.appeon.com/ps2022/Configure_timeout_settings.html
3) For your concern about the possibility of locking other users, you ONLY need to make sure your native PB application has fixed all of the database transaction locking issues.
Regards, Logan