Only one loaded executable...How ?
Only one loaded executable...How ?
- Subject: Only one loaded executable...How ?
- From: kubernan <email@hidden>
- Date: Wed, 22 Jan 2003 20:38:36 +0100
I'm trying to find a elegant way to avoid the possibility
to launch my foundation application (no GUI) more than once.
1- My application provides NSNetServices. I could add a
NSNetServiceBrowser
before, that detects if this service is already available on the local
host. If yes, i'll
call exit(0).
2- I could use NSTask associates with some functions such as ps ....
But what is
happening if the executable is renamed ?
More ideas ?
Thx for you comments and your help.
K.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.