Multiple instances of a standalone and externals

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
bangkok
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 937
Joined: Fri Aug 15, 2008 7:15 am

Multiple instances of a standalone and externals

Post by bangkok » Sat Jun 18, 2011 8:23 pm

Can someone tell me if it's good practice.

One directory with a livecode standalone (windows), and the directory of externals for connexion to a MySQL database.

Is it okay (with the DB) to launch let's 2 instances of the same standalone. Or is it better to duplicate the directory, in order to have 2 differents executables, so each has its own externals folder ?

It seems to work with only one. But i need to be sure. Thanks.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Multiple instances of a standalone and externals

Post by Mark » Sun Jun 19, 2011 11:11 am

Hi,

If it works, then it is alright to have only one standalone and run it multiple times on Windows. You can even control this using the relaunch message (read the docs). On Mac OS X, you probably will want to have multiple copies of the standalone, but you can still keep a folder with externals and supporting stacks in e.g. the application support folder and have these files accessed by both copies of the standalone.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply