By tag: Multi-Threading
0
kicks
Locking sessions for multi-threaded access
I ran into an issue where multiple threads were accessing a user's session. You have to do some locking to avoid unexpected behavior.
0
kicks
Displaying a "Please Wait..." Dialog
I was writing this application for a client of mine, and I needed to dsiplay a "Please Wait..." message while disabling access to the the rest of the application controls during a lengthy background process, but at the same time, wanted to show that the application is alive and well.... no...