How does powerbuilder webservices application handle multiple requests at the same time. For example, does it use pooled connections or does it try to open a new connection for each thread.
How does powerbuilder webservices application handle multiple requests at the same time. For example, does it use pooled connections or does it try to open a new connection for each thread.
After we upgrade to the new .NET DataStore to create REST APIs. What else do we need to do to make it muti-threaded?
Hi Luke;
Do you mean the old and now deprecated .NET 2.0 SOAP based web service PB project approach vs the new SnapDevelop C# deployed Web Service?
Regards ... Chris
Hi Luke,
The old .NET Web service stuff Sybase did is obsolete and doesn't work well. We recommend using the new .NET DataStore to create REST APIs: https://www.appeon.com/products/powerbuilder/dotnet-datastore-rest-apis
Best regards,
Armeen