realbasic-nug
[Top] [All Lists]

Re: Multiple app instances

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Multiple app instances
From: Karen <keatk at comcast dot net>
Date: Sun, 30 Jan 2005 15:09:48 -0500
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <41FCCE58 dot 6050807 at adinet dot com dot uy> <070b67f3b8870a0bd4a3f5c28aa45b65 at shaw dot ca> <E0053C84-72F7-11D9-82F2-00039378202C at realsoftware dot com> <946ec09fc3bbef9d68a9ec25fa53cc97 at shaw dot ca> <4F36BD29-72F9-11D9-82F2-00039378202C at realsoftware dot com>

On Jan 30, 2005, at 2:58 PM, Aaron Ballman wrote:

OK ...
Suppose that an instance of this app is already running and a second instance is started to open another document. If there's no hand off to get the first running instance to open that document that the the new second instance should have the second simply dies when it sees that there is already one running and the document is not opened.

Mutexes have next-to-nothing to do with the above scenario (aside from the obvious detection of the second application running).


For a good UI as far as i can see even if the user double clicsk on the app icon, you would want the new instance to activate the existing one somehow or send a message to the pre-existing instance to activate itself...

Thus it would be rare indeed to want only to use a mutex detect the existing instance and then just quit and not be concerned with the existing instance in some way, no?


- Karen

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>