20 lines
2.0 KiB
Plaintext
20 lines
2.0 KiB
Plaintext
{\rtf1\ansi\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{\f1\froman\fcharset2 Symbol;}{\f2\froman Times New Roman;}{\f3\froman Times New Roman;}}
|
||
{\colortbl\red0\green0\blue0;\red0\green0\blue128;\red128\green0\blue128;}
|
||
\deflang1033\pard\plain\f2\fs36\cf1\b Ultimate ToolBox COXInstanceManager class\plain\f2\fs36\b
|
||
\par \plain\f2\fs24\b COXInstanceManager class\plain\f2\fs28\b
|
||
\par \plain\f2\fs24\b
|
||
\par \plain\f2\fs20 Do you also have an application which should only be started once?
|
||
\par WIN32 allows multiple instances by default. This class organizes this problem and allows you to activate the first instance and close every other.
|
||
\par
|
||
\par An object of the class COXInstanceManager will manage all the instances of the same application. It can be used to limit the maximum number of running instances, but also to share all kinds of data between these instances. In Win32 every process (and thus every instance of an application) uses its own protected memory space. By default memory addresses cannot be shared between applications. Sometimes it may be necessary to do so, this is when COXInstanceManagercomes in handy.\plain\f2\fs24
|
||
\par
|
||
\par \plain\f2\fs24\b Features:
|
||
\par \pard\li1080\ri360\fi-360{\*\pn\pnlvlblt\pnf1\pnindent360{\pntxtb\'b7}}\plain\f2\fs20 {\pntext\f1\'b7\tab}COXInstanceManager is your all-round solution to managing different instances of a program\plain\f2\fs24
|
||
\par \plain\f2\fs20 {\pntext\f1\'b7\tab}Very easy to allow only one instance\plain\f2\fs24
|
||
\par \plain\f2\fs20 {\pntext\f1\'b7\tab}Maximum allowed number of instances can be specified freely (e.g. 1, 5, unlimited)\plain\f2\fs24
|
||
\par \plain\f2\fs20 {\pntext\f1\'b7\tab}Keeps a list of running instances in shared memory\plain\f2\fs24
|
||
\par \plain\f2\fs20 {\pntext\f1\'b7\tab}All access to the list is automatically synchronized\plain\f2\fs24
|
||
\par \plain\f2\fs20 {\pntext\f1\'b7\tab}Framework is available to share your own data between multiple instances\plain\f2\fs24
|
||
\par \pard\plain\f3\fs20
|
||
\par }
|
||
|