Are you sure you mean static variables? Static variables are stored in process memory. There are no clashes between different instances because the process memory is SEPARATE and isolated (one process can not access memory of another process (ok. not counting hooks, but that's different story))
Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "murthysuresh" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, October 05, 2007 2:17 AM Subject: [amibroker] Re: Multiple Instances of AB Open at Once > Will running them from separate directories resolve the static > variable clashes? > > seede > --- In [email protected], "Tomasz Janeczko" <[EMAIL PROTECTED]> > wrote: >> >> Hello, >> >> This works, but only if you don't add new indicators / modify > layouts. >> >> If you do, the instance that you exit as last, will overwrite all > changes made >> to layouts. This may under some circumstances lead to "formula file > not found" >> for layouts that were saved prior to exiting the last instance. >> >> Therefore, if you must run simultaneously many instances it is > better to run >> from separate directories. >> >> Best regards, >> Tomasz Janeczko >> amibroker.com >> ----- Original Message ----- >> From: "progster01" <[EMAIL PROTECTED]> >> To: <[email protected]> >> Sent: Friday, October 05, 2007 12:24 AM >> Subject: [amibroker] Multiple Instances of AB Open at Once >> >> >> > I'm noticing that I can open the program more than once, point at >> > different databases, and all seems well. >> > >> > Can more experienced users confirm that this is OK to do, that the >> > multiple instances of AB will not interfere with each other? >> > >> > If so, I presume that not pointing them at the same database is >> > important, yes? >> > >> > >> > >> > >> > Please note that this group is for discussion between users only. >> > >> > To get support from AmiBroker please send an e-mail directly to >> > SUPPORT {at} amibroker.com >> > >> > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: >> > http://www.amibroker.com/devlog/ >> > >> > For other support material please check also: >> > http://www.amibroker.com/support.html >> > >> > Yahoo! Groups Links >> > >> > >> > >> > >> > >> > > > > > Please note that this group is for discussion between users only. > > To get support from AmiBroker please send an e-mail directly to > SUPPORT {at} amibroker.com > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroker.com/devlog/ > > For other support material please check also: > http://www.amibroker.com/support.html > > Yahoo! Groups Links > > > > >
