Hi,
If any one can suggest how to acheive this??
I have a class in a dll, i want to make this class as singleton across processes. ie., there should be one object of this class, no matter how many applications are loading this dll and using the singleton object.
Or any other design approach which will help, pls write it.
Regards,
Aruna.
If any one can suggest how to acheive this??
I have a class in a dll, i want to make this class as singleton across processes. ie., there should be one object of this class, no matter how many applications are loading this dll and using the singleton object.
Or any other design approach which will help, pls write it.
Regards,
Aruna.