Tagged Questions
The singleinstance tag has no wiki summary.
18
votes
11answers
5k views
Ensuring a single instance of an application in Linux
I'm working on a GUI application in WxPython, and I am not sure how I can ensure that only one copy of my application is running at any given time on the machine. Due to the nature of the application, ...
17
votes
6answers
2k views
Let gVim always run a single instance
Is there a way to let gVim only run a single instance, so that when a new file is opened with it it's automatically opened in a new tab in the currently running instance?
I know you can do that by ...
10
votes
4answers
3k views
How can I build a single instance application using Click Once?
I need to have a single instance application (as per this answer), but it needs to be deployed via click once.
The problem is that I require that click once doesn't automatically detect an update an ...
7
votes
7answers
962 views
How to implement single instance per machine application?
I have to restrict my .net 4 WPF application so that it can be run only once per machine. Note that I said per machine, not per session.
I implemented single instance applications using a simple mutex ...
6
votes
2answers
158 views
Single instance of a Java desktop application with argument passing
I'd like only a single instance of my Java Swing application to run at a time. If a second instance is opened, I would like it to pass its arguments to the instance already running. How can I do this ...
5
votes
3answers
442 views
Creating single instance for system tray in java
I am working in a desktop application created in java. we are working for windows version (for running on windows O.S.) of the application. When we run our application, it creates a tray icon on ...
4
votes
3answers
582 views
VB6: Single-instance application across all user sessions
I have an application that needs to be a single-instance app across all user sessions on a Windows PC. My research thus far has centered around using a mutex to accomplish this, but I am having an ...
4
votes
1answer
2k views
Android singletop singleinstance and singletask
I've an design issue in implementing different types of launchmode for different activities. I've 5 Activities.
VideoList
VideoDetail
FavoritesList
VideoSearch
VideoPlayer
When the user starts the ...
3
votes
3answers
474 views
Easiest way to find previous instance of an application
I have rewritten a VB6 application in Delphi. It should have only one instance running. How can I do this with minimum of code?
In VB6 we just have to use one single line of code
>
If ...
3
votes
5answers
2k views
Win32: How to get the process/thread that owns a mutex?
I'm working an application of which only one instance must exist at any given time. There are several possibilities to accomplish this:
Check running processes for one matching our EXE's name ...
3
votes
3answers
489 views
single instance and notify in system tray
I am working on the application (C# 2.0). I have implemented single instance in it. Everything is fine.
If i run the application again, it shows messagebox saying "instance is already running".
...
2
votes
9answers
365 views
Restrict multiple instances of an application in java
I want to prevent multiple instances of application being launched in java. I know 2 methods for this:
locking file
locking socket
But which is one is more efficient and good to use? Which one ...
2
votes
3answers
990 views
onActivityResult do not fire if launch mode of activity is singleInstance
I have an Activity which is basically my main activity and its launch mode is single instance. But because of singleInstance, the onActivityResult() callback does not fire. And if I change the launch ...
2
votes
6answers
99 views
Using an empty file to have one application instance
There's probably other ways of doing this but I'd like to use an empty file to have one instance of an application running at a given time. This would be done by creating the file when the application ...
2
votes
2answers
224 views
procedure for calling an exe only one time
I'm using process.info, process start(); to call an exe on button click in c#.net, but every time I click on the button it calls an exe and opens a duplicate file on the taskbar. I want to just ...
2
votes
2answers
418 views
Checking single instance of NSIS installer
I have an Updater program written in NSIS. I just wanna make sure that when it's invoked twice or more, it won't create another instance of the updater, else there would be two or more updaters ...
2
votes
5answers
948 views
Find running clickonce deployed single instance app?
I'm currently facing a problem with my single instance clickonce deployed app, and maybe someone has a good idea about it.
My app is called by a web application, which passes parameters to this exe. ...
1
vote
0answers
23 views
Windows registry. Start single instance (not many) of application.
I have created a .NET application and I need to add a reference to it, to windows context menu.
I've did it this way: added HKEY_CLASSES_ROOT\*\shell\myapp\command to my registry.
It works but starts ...
1
vote
1answer
50 views
PyQt - how to detect and close UI if it's already running?
I'm starting the UI from within Maya. If the UI hasn't been closed, running the UI again will completely freeze Maya (with the error "Event Loop is already running")
Manually closing the UI before ...
1
vote
4answers
101 views
not global Singleton design pattern? [closed]
Possible Duplicate:
A Singleton that is not globally accessible
Do you know a good design pattern that would make sure that only one instance of an object is created without making this ...
1
vote
0answers
28 views
Ways to acheive de-duplicated file storage within Amazon S3?
I am wondering the best way to achieve de-duplicated (single instance storage) file storage within Amazon S3. For example, if I have 3 identical files, I would like to only store the file once. Is ...
1
vote
2answers
146 views
Java single instance software with socket. issue in closing socket under windows
I need to force my Java application to run with a single instance. I found on this link this very nice piece of code that solve the problem using socket instead of using the file system.
here the as ...
1
vote
2answers
97 views
How to restore the window allowing single instance of the application in c#?
i implemented allowing to open single instance of the application by using the following thread
Restoring window from the system tray when allowing only one instance of that program
it is working ...
1
vote
6answers
214 views
How to find whether a given application is single instance or not?
I am looking for an efficient way to find whether a given application (say app.exe) is single instance or not? I thought of these following sols:
Do CreateProcess() twice and check whether there are ...
1
vote
0answers
67 views
Comunication between 2 processes using messages
Started here but still the question not closed - I think that I need to revise the whole architecture - so please give your opinions...
Here is the how the application should work:
An scheduler ...
1
vote
1answer
161 views
Android passing information to a SingleInstance Activity
I have a activity that displays a number of elements from a list that the user can scroll through. In addition from navigating the list for new elements added the user can click a popup notification ...
1
vote
1answer
131 views
Dictionary<string, string> defined at Global.asax with Application.Add
I have below code at my ASP.NET 4.0 web application's Global.asax
protected void Application_Start(object sender, EventArgs e)
{
Dictionary<string, string> AllCompanyList = new ...
1
vote
1answer
492 views
Limiting an ATL exe server to one process (instance) only
I have an ATL exe server written with C++ (Visual Studio 2010, with merging the proxy-stud dll). The executable is compiled for Windows 7 x86 & x64. The following happens on both architectures:
...
1
vote
1answer
304 views
Ensure that long running SharePoint timer-job cannot start while previous instance is still running
What is the best practice to ensure that a SharePoint timer job runs only once?
Using SPJobLockType.Job ensures that it is only started on one machine. But how do I prevent a new instance from being ...
1
vote
4answers
334 views
Simple Communication between 2 instances of application
I have a WPF application that can take a few optional command line arguments.
This application is also a single instance application (using a mutex to close any instances if one is already open).
...
1
vote
1answer
108 views
Updating Splash labels in a SingleInstanceApplication : WindowsFormsApplicationBase
What is the best way to update splash sceen labels on application startup, to inform the user what's going on ? The problem is that the splash screen is created in an override method, while updating ...
1
vote
2answers
713 views
Using single vim instance with --remote-silent
I've always been a console vim user, but lately I've tried to use gvim.
I've made settings such that my console habits won't suffer, such as
opening an urxvt terminal at the current directory with .
...
1
vote
0answers
207 views
WCF Singleton with Session Id
I have a WCF service mapped to 1 hardware device (printer). I want to lock/unlock the printer by client.
Is there a way to make a single instance of that service and also have session enabled? so i ...
1
vote
1answer
100 views
Single instance in the cluster with WF 4 and AppFabric
I am trying to do a single instance workflow with WF4 and AppFabric. I want just one instance of a workflow running in the cluster.
I have tried a biztalk style: a method (CallService()) that ...
1
vote
2answers
3k views
startActivityForResult not working properly with launchMode singleInstance
I'd like Activities on my application's Activity stack to only have one instance. I have several screens which are ListActivities and I'd like to not go through the pain and suffering of updating the ...
1
vote
3answers
916 views
Command line arguments and single instance WPF application
the WPF app I have has been redesigned to use tabs and be single instance. The new requirement is now that when launched with command line options and an instance of the app is already running - the ...
1
vote
1answer
267 views
Show running instance in single instance application
I am building an application with C#.
I managed to turn this into a single instance application by checking if the same process is already running.
Process[] pname = ...
1
vote
2answers
768 views
What is the best way to make a single instance application in Compact Framework?
I've seen all the answers for the standard framework
What is the correct way to create a single instance application?
Prevent multiple instances of a given app in .NET?
What is the best way to make a ...
1
vote
3answers
1k views
c# WPF Maintain Single Instance of loader
I have a loader.exe with Main() that loads the 'UI' in WPF, the thing is that I want only one instance of the loader.exe, how can I achieve it?
Is there a way a user clicks loader.exe it should ...
0
votes
0answers
49 views
Restrict user to a single window
In a project I'm working on (ASP .Net 3.5 web forms), there is a requirement to restrict the user to work in only 1 window/tab at time. I found this post detailing a solution: ...
0
votes
1answer
64 views
as3 unique login session
I've got a login working flash >> PHP >> MYSQL and capable of doing everything I need.
However, I've been presented with an issue that a person could be logged in under the same account and start ...
0
votes
1answer
62 views
Single Instance Activity does not receive Input events
I have 2 single instance activities in my app one is Log in Activity(A) which is also startup screen and other is kind of application home Activity(B). If I am on B and press home key on phone and go ...
0
votes
1answer
58 views
Java reuse Dimension objects when setting component size
Is it contraindicated to use several presetted dimension objects to set the preferred size of non resizable components on the screen.
E.g.: two textfields both should be 80x20 px so:
Dimension d = ...
0
votes
1answer
72 views
Make an single instance app and showing the MainWindow when another instance is launched in VB.NET with WPF
I am looking for a way to make my app running in a single instance mode and showing the MainWindow of the first instance when another instance is launched.
I do a quick search on the internet but I ...
0
votes
2answers
163 views
Single instance not working in C#, program can't access itself
I am trying to get a program to open a file in the current instance rather than a new instance, and here is what I have so far, which I got from this question.
static class Program
{
...
0
votes
4answers
177 views
How to display a single instance of a Winform throughout the whole program?
Accept my apology if my question and the description seems too simple or already been asked by others.
I may have asked a similar question before. However, I am still confused a little about winform. ...
0
votes
0answers
13 views
Single Instance from Single Folder
Forgive me, it seems like I've asked this question or one like it before.
I have a program that is licensed to a specific folder. My users need to be able to run multiple instances, but only one ...
0
votes
1answer
253 views
Using Microsoft.VisualBasic.ApplicationServices to manage an application's single instance
I have managed to find the following code from StackOverflow:
using Microsoft.VisualBasic.ApplicationServices;
using System.Windows.Forms;
namespace ExciteEngine2.MainApplication {
public class ...
0
votes
2answers
222 views
Single Instance Application - Passing commands
I'm using wxPython, and I'm trying to make a single instance application. As far as this goes, there is no problem. My problem is passing commands to the already existing instance.
So lets say that ...
0
votes
1answer
208 views
Autofac: Single-instance object with multi-tenant dependency
Given two class A and B where B depends on A (constructor injected); B is registered as SingleInstance in the base container, and it is built. A is registered in a MultiTenantContainer as ...