E
Ed W
This is almost certainly an FAQ quality question and I appologise in
advance, but could anyone point me to some references on how to avoid
allowing the user to run multiple instances of my app. I'm looking for
something cross platform, Win32 and linux.
The idea is that the app is a socket app and users will confuse themselves
if they can fire up multiple instances simultaneously. I would like to
detect that there already a running instance and if so, then bail out.
The root seems to be to find a nice generic way of checking the process
table? What are the best modules for this under Win32?
Thanks for any pointers
Ed W
advance, but could anyone point me to some references on how to avoid
allowing the user to run multiple instances of my app. I'm looking for
something cross platform, Win32 and linux.
The idea is that the app is a socket app and users will confuse themselves
if they can fire up multiple instances simultaneously. I would like to
detect that there already a running instance and if so, then bail out.
The root seems to be to find a nice generic way of checking the process
table? What are the best modules for this under Win32?
Thanks for any pointers
Ed W