Discussions tagged Multi Threading
will PowerServerLabel Merge statements run SQLs parallelly(Async) on DB?
- Misc
- Last updated 5 months ago
- John Fauss replied 5 months ago
we are trying to improve the performance of our application, we have a couples of Embedded SQLs and Datawindow retrieves called one after another.
so to improve the performance, we moved all the SQL DB calls in a PowerServerLabel Merge statement whi...
PB 2022
I have a multi-threaded app (using SharedObject functions) that is non-visual, it receives requests via Winsock and creates a background thread to process the request.
I'm getting hang-ups when it gets a lot of requests all at once. I suspe...
Multi-threading in PB/PS 2022
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hello All,
Is multithreading supported with PB 2022/PS 2022? If so, does anyone have examples to share? We've been playing with it but it seems to produce random freeze ups. We're using the sleep function in the user object to time the activity of i...
Help w/PB Multi-threading query service
- Resolved
- How-to
- Last updated 1 year ago
- John Fauss replied 1 year ago
Hi all.
Not new to PB but new to multithreading. I have a process that using Chilkat, sends an xml string to a query service, and then processes the response file.
I now need to give the user the ability to cancel the call. All of the processing ...
MultiThreading Example in Powerbuilder 2017 R3
- Resolved
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi Team,
My Application Caching the Master records at the time of User login, So it causes the Application slowness at the time of Login, To over come this latency issue, I have decided to do Multithreading, but i didn't work before in multithreadin...
Hi Guys
we want to use multithread approach to improve some of our routines but we find out that in shared objects global variables are not valued
Is this a bug, a feature and how can we solve?
Thanks a lot...
webservice multiple accounts hitting server
- Issue
- Last updated 3 years ago
- Luke Monson replied 3 years ago
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....
Options for asynchronous calls with PowerBuilder 2019 & PowerServer
- Advice
- Last updated 4 years ago
- mike S replied 4 years ago
We recently began looking into Shared Object functions to multithread some long running processes in our system. While putting together a business case, I found that these functions are not supported in PowerServer (Web).
I wasn't sure if displayin...
Multiple Instance of PB Application
- Resolved
- How-to
- Last updated 4 years ago
- Roland Smith replied 4 years ago
Hi,
Is there a specific PB coding to allow users to launch our PB application (example "pb_app.exe") multiple times? Like 2 notepad.exe.
Thanks
...
Posted function not firing in shared object
- Resolved
- Issue
- Last updated 4 years ago
- Miguel Leeuwe replied 4 years ago
We have the following block of code, which has been working for many years but has recently stopped working.
// Instance declarationsn_rpt_callback inv_callbackn_rpt_shared inv_shared
...
// Start a separate threadinv_callback = Create n_rpt_callb...
ShareObjectRegister() crashes the app
- Resolved
- Issue
- Last updated 5 years ago
- Yiannis Papadomichelakis replied 5 years ago
In PB2019, the application crashes when I use ShareObjectRegister() after dynamically changing the library list (by adding one or more pbds). This behavior is exactly the same as in PB 12.6.
I noticed that Shared Object functions like SharedObjectG...
How To Capture When Application Loses Focus or Is Minimized
- Resolved
- How-to
- Last updated 6 years ago
- Tom Peters replied 3 years ago
Good Day!
Using PB 2017 R3
I am employing a shared object NVO for a window wherein I display the status of a long-running process. Everything works, beautifully, and the application never freezes because of this approach.
The issue, however, is th...
Multi Threading in PowerBuilder
- Resolved
- Issue
- Last updated 7 years ago
- Roland Smith replied 7 years ago
Hi All,
Is it possible use multi threading in powerbuilder application?
We have a requirement that 1 lakh payroll record to be processed in limited time period so thinking to use multi threading where process can be placed parallel by dividing ...
- Page :
- 1