- Roland Smith
- PowerBuilder
- Friday, 25 June 2021 03:10 AM UTC
I'm making a simple app that uses Winsock to receive messages. It then uses shared objects to process the data. I am giving each request a different instance name in case a second call comes in while the first one.
If I call the shared directory function, it lists all of them. Apparently they don't automatically go away. I added a call to shared unregister immediate after the posted function call. They seem to go away immediately even though the background thread is not finished. If I exit the app while one is running, it waits.
Is there a built in method to tell if a sharedobject instance is currently busy?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.