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?