S
Stephen Inkpen
Hello,
I need a way to increment an integer whenever a certain process starts
on the computer. Essentially, the integer is an index to a resource
and I don't want two processes using the same resource.
I need the first process to start somesort of a registration thing and
then every other process after that will register and get a new index.
It needs to be as lightweight as possible so remoting is out. I also
don't want to use the registry or some file stored on the computer. Is
there anything more elegant than those previous answers?
Thanks,
Stephen Inkpen
stephen.inkpen@**SPAM**cathexis.ca
I need a way to increment an integer whenever a certain process starts
on the computer. Essentially, the integer is an index to a resource
and I don't want two processes using the same resource.
I need the first process to start somesort of a registration thing and
then every other process after that will register and get a new index.
It needs to be as lightweight as possible so remoting is out. I also
don't want to use the registry or some file stored on the computer. Is
there anything more elegant than those previous answers?
Thanks,
Stephen Inkpen
stephen.inkpen@**SPAM**cathexis.ca