Single Instance Application - Part 1 : preventing multiple instances

Don't worry, the Exif series is not closed yet... preparing Part 4 just requires more work...

This new post series is dedicated to - as title say - the creation of a single instance application. That is, application that can only run once simultaneously. That's a frequently encountered issue, particularly when your program makes use of resources that cannot be shared (overlay video surfaces, network listen ports, etc.)

My solution to the single instance application problem is to create a class called ProcessLock that can be locked, unlocked, and indicate whether the application is running.
The ProcessLock implements the IDisposable interface, so that the process lock can be locked and unlocked through a using statement. The implementation uses a named mutex (with is global to the user session).

The ProcessLock tries to create the underlying mutex in the constructor. A failure means that the mutex does already exist : the application is running.

Code Copy HideScrollFull
#region References

using System;
using System.Diagnostics;
using System.Threading;

#endregion

namespace
SingleInstance {
/// <summary>
/// Provides a lock object to prevent a program from being launched multiple times.
/// </summary>
public class ProcessLock : IDisposable {
#region Fields

private string applicationName;
private Mutex mutex;
private bool created;
private bool disposed;

#endregion

#region
Instance Management

/// <summary>
/// Initializes a new instance of the <see cref="ProcessLock"/> class.
/// </summary>
/// <param name="applicationName">Name of the process lock</param>
public ProcessLock(string applicationName) {
this.applicationName = applicationName;
TryLock();
}

/// <summary>
/// Disposes the process lock resources.
/// </summary>
public void Dispose() {
if (mutex!=null){
if (created)
Unlock();
else {
mutex.Close();
mutex = null;
}
}

disposed = true;
}

#endregion

#region
Properties

/// <summary>
/// Indicates whether a process for the given name does already exist.
/// </summary>
public bool AlreadyExists {
get {
return !created;
}
}

/// <summary>
/// Indicates whether the process lock is disposed.
/// </summary>
public bool Disposed {
get {
return disposed;
}
}

#endregion

#region
Methods

/// <summary>
/// Try to get the process lock again.
/// </summary>
public bool TryLock(){
if (disposed)
throw new ObjectDisposedException("ProcessLock");
if (created)
throw new InvalidOperationException();
if (mutex!=null)
mutex.Close();
mutex = new Mutex(true, applicationName, out created);

return created;
}

/// <summary>
/// Releases the process lock.
/// </summary>
public void Unlock() {
if (disposed)
throw new ObjectDisposedException("ProcessLock");
if (!created)
throw new InvalidOperationException();
Debug.Assert(mutex!=null);

mutex.ReleaseMutex();
mutex = null;
created = false;
}

#endregion
}
}
. . .

Using a ProcessLock is quite straight-forward. A sample Console application follows (you will note the use of System.Reflection.Assembly for retrieving the application name) :

Code Copy HideScrollFull
using System;
using System.Reflection;

namespace SingleInstance
{
public sealed class SingleInstance
{
private SingleInstance(){}
private static readonly string assemblyName = Assembly.GetExecutingAssembly().GetName().Name;

/// <summary>
/// Application entry point.
/// </summary>
[STAThread]
static void Main() {
using(ProcessLock processLock = new ProcessLock(assemblyName)) {
if (processLock.AlreadyExists)
return;
// The program operation must run inside the 'using' block.
Run();
}
}

private static void Run() {
Console.WriteLine("{0} running. Press 'Enter' to exit.", assemblyName);
Console.ReadLine();
}
}
}
. . .

In the next post, I will explain how to bring a window to the foreground, even if it is currently invisible...

posted on Thursday, April 21, 2005 1:48 PM

Feedback

# re: Single Instance Application - Part 1 : preventing multiple instances 7/6/2006 9:29 AM Scheat

SIngle Application

# re: Single Instance Application - Part 1 : preventing multiple instances 11/1/2006 10:10 AM Adult Dating Online

Very interesting. Thanks!

# re: Single Instance Application - Part 1 : preventing multiple instances 7/22/2011 5:54 AM Lady Gaga Store


Now let's talk about one very important factor, http://www.longchamponlinestore.com/">http://www.longchamponlinestore.com/">http://www.longchamponlinestore.com/">http://www.longchamponlinestore.com/ "How do I know I won't get scammed?" Believe it or not there are beat websites that will take your money or not always deliver what they promise. http://www.longchamponlinestore.com/">http://www.longchamponlinestore.com/">http://www.longchamponlinestore.com/">http://www.longchamponlinestore.com/ When shopping for instrumentals online this is the last thing you want to have to deal with. The first important thing you want to look for is who is the person that is selling you the beats? http://www.longchamponlinestore.com/">http://www.longchamponlinestore.com/">http://www.longchamponlinestore.com/">http://www.longchamponlinestore.com/ You always want to shop with music producers with credibility. Music producers that have credit mean they have good business. Shopping with an unknown music producer or should I say beat maker that has no credit is very risky. http://www.drdrebeatssale.com/6-lady-gaga-heartbeats Beat makers with no credit are most likely new to selling beats and still trying to feel their way through and don't know how to give answers to all your questions or request. http://www.drdrebeatssale.com/9-monster-beats-pro Shop with a music producers that has good response and don't take long to answer any question that you may have. http://www.drdrebeatssale.com/10-monster-beats-solo Along with that look for paypal or any business seals to show that they are verified and certified to do business. If a beat maker can't even show that they are verified you don't need to show them any money because the result could show you not receiving your beat.

# bag 11/11/2011 7:26 AM Marc by Marc Jacobs Bags

As an influx of people, rather bare, better than the tasteless. <a href="http://www.marcjacobs-">http://www.marcjacobs-handbags.org/">Marc">http://www.marcjacobs-">http://www.marcjacobs-handbags.org/">Marc

Jacobs</a> designed the product, especially the main and sub-brand bag brand <a href="http://www.marcjacobs-">http://www.marcjacobs-

handbags.org/">Marc by Marc Jacobs Bags</a>, is a unique mix of taste. <a href="http://www.marcjacobs-">http://www.marcjacobs-

handbags.org/">Marc Jacobs Handbag</a> used almost mature female, are to be highly it. Young people's favorite

handbag comes <a href="http://www.marcjacobs-">http://www.marcjacobs-handbags.org/">Marc">http://www.marcjacobs-">http://www.marcjacobs-handbags.org/">Marc by Marc Jacobs Handbag</a>. As long as you are

stylish, with a focus on people, then you have to have them.

# underwear 11/24/2011 6:49 AM calvin klein steel

The main function of underwear is more conducive to live and work. For men is to live in the root and eggs stretched, so as not to walk or do something random shaking, affecting work and life. For women, the menstrual period comes in an easy to absorbent pads good things, to avoid the outflow of blood affect the life and work. Then choose a suitable underwear becomes very important. <a href="http://www.underwear-sale.org">Calvin Klein Underwear</a> can help you do so. <a href="http://www.underwear-sale.org/womens-calvin-klein-c-48.html">calvin klein steel</a> and <a href="http://www.underwear-sale.org/mens-underwear-calvin-klein-underwear-c-42_46.html">calvin klein 365</a> series is especially good. We have <a href="http://www.underwear-sale.org">underwear sale</a>. In addition to these, this site also <a href="http://www.underwear-sale.org/aussiebum-retro-swimwear-c-44.html">aussieBum Swimwear</a> and so on. Welcome to win your favor. Thank you!

# Mackenzie 12/29/2011 2:36 AM tall christian louboutin

look at each flood lights and string lights Strings of lights can strewn by means of the trees and shrubs Various colours of flood lights might be utilised to illuminate a dance location http://www.varyshoes.com/autumn-collection.html discount christian louboutin shoes For actual dramaA use spotlights at your marriage ceremony reception Spotlights can highlight the cake table <img src="http://www.varyshoes.com/images/uploads/pumps/SOHO208.jpg" head table or other critical details of fascination http://www.varyshoes.com/christian-louboutin-classic-collection-cl9501-cl9501-lady.html christian louboutin heels Do not use blinding white mild Rather choose a subdued hue that blends together with your decor Smaller pin lights may also be employed like spotlights to accentuate particular decorations or flower preparations Speak for your wedding ceremony venue supervisor or marriage ceremony plannerA to uncover out which kinds of specialty lights may be readily available and which might be rented and employed http://www.varyshoes.com/christian-louboutin-sandals-clc164-clc164-lady.html reefs sandals http://www.varyshoes.com/fashion-collection.html christian louboutin heels What ever kind of lights you pick for the wedding ceremony make sure to talk about it along with your videographer and photographer so

# Mackenzie 12/29/2011 2:42 AM replica watches for sale

definitely an extremely difficult a that could an completely day from the week http://www.samewatches.com/Ebel.html">http://www.samewatches.com/Ebel.html fake Ebel watches Concerning the a great deal of achieved discover watchmakers be capable of carry it out Bulgari calls appear to become provided varied mobile layers concerned with difficult hues to acquire refined certain individual experience colorations These type of will come to an finish won't be replicated for your cause that similarly colour option is typically certain individual given that treatment tends to make exclusive coloration last outcomes Once the shade is normally engineered this contact should endure some trials http://www.samewatches.com/Breitling-Triple-Chronograph--Brushed-Stainless-Steel-2473-gift.html">http://www.samewatches.com/Breitling-Triple-Chronograph--Brushed-Stainless-Steel-2473-gift.html Speedmaster watch http://www.samewatches.com fakewatches Your color exercise genuinely provides the diploma close to two http://www.samewatches.com/Rolex-Sports-Models.html fake rolex watches http://www.samewatches.com/Bvlgari-Aluminum-Series-Chronograph-With-Granite-Dial-2522-gift.html watches new http://www.samewatches.com/DateJust-Oyster-Perpetual--All-Silver-SS-Case-Blue-ceramic-Num-17255-gift.html automatic swiss watches 4 millimeter within the experience The specific encounter ought to stay approximated therefore the incorporated diploma will not disturb a assembling your gear exercise Bvlgari change spiders could

# louis vuitton sale 2/1/2012 3:34 AM louis vuitton sale

Bags of many different models, materials and colors at the
louis vuitton sale

outlet can be significant along with ample, nevertheless quite trendy, fantastic requirement.Here is a world of
louis vuitton outlet

where you can find all kinds of new style and fashion Louis Vuitton bags. We really want to lead the trend and let our customer in the pursuit of luxury and fashion, satisfied the needs of customers.

# coach factory outlet 2/1/2012 4:48 AM coach factory outlet

If you do not know design can be the most fashionable this fall, consider a glance on
coach factory outlet

! This summer, you have a wide range of options, because there are numerous designs, you can find from.
coach factory online

is actually a stylish Coach online store to sell perfect quality and discount Coach handbags, Coach bags, Coach wallets and Cheap Coach Purse.If you love Coach,you will like to get the best price on it.

# christian louboutin uk 2/1/2012 4:48 AM christian louboutin uk

If you have enough leisure time, you may go to the mall or go to the christian franchised store to have a good look at varieties of
christian louboutin uk

the diverse styles and rich colors of the purses with low cost will surely impress you a lot!You will always get surprised by the beautiful colors and perfect details of
christian louboutin

.So come on, do not hesitate.

# coach bags 2/1/2012 10:08 AM coach bags

coach bags

with fashion style and top quality succeed. In any occasions they are very suitable and appropriate for its precise and rich design.
coach outlet store

vision system is a visual enjoy, is a visual art. The particular design has been integrated function and the element of elegancy, then show you an exquisite and excellent product.

# coach bags 2/1/2012 10:09 AM coach bags

coach bags

with fashion style and top quality succeed. In any occasions they are very suitable and appropriate for its precise and rich design.
coach outlet store

vision system is a visual enjoy, is a visual art. The particular design has been integrated function and the element of elegancy, then show you an exquisite and excellent product.

# coach outlet online 2/2/2012 1:43 AM coach outlet online

Becoming a regular member of
coach outlet online

, you can even buy wholesale purses, handbags, leather wallets at preferential prices. Why not have a try?
coach factory outlet

is famous for the discounts it offers. Latest coach purses and sunglasses can be purchased at discounted rates from this coach outlet store.
http://www.coachoutletonlinecoachdays.com

# coach outlet online 2/2/2012 1:43 AM coach outlet online

Becoming a regular member of
coach outlet online

, you can even buy wholesale purses, handbags, leather wallets at preferential prices. Why not have a try?
coach factory outlet

is famous for the discounts it offers. Latest coach purses and sunglasses can be purchased at discounted rates from this coach outlet store.
http://www.coachoutletonlinecoachdays.com

# coach outlet 2/2/2012 2:05 AM coach outlet

coach outlet

sells products which are excellent in quality and reasonable in price. All customers can easily pick up their favorite Coach briefcase, wallets, shoes, hats, scarf, jewelry and sunglasses.If you need to acquire the focus, you need to sustain the
coach outlet store online

, which with stylish components that will immediately concoct you appreciably more attracting and outstanding.
http://www.coachoutletcoachstore.com

# chanel uk 2/2/2012 2:05 AM chanel uk

Swarovski's Crystal is due to their commitment to consistency, precision and quality standards, and to the automatic cutting machine invented by the founder,
chanel bags

enjoy high reputation all over the world. They are designed for hand, elbow and shoulder carry thanks to comfortable flat leather handles.
http://www.chanel-outlet.org.uk

# coach factory outlet 2/2/2012 2:40 AM coach factory outlet

That experts claim coach factory outlet shopping is in the changes they are available in, which can make it well suited for benefit from to be a'luggage'bag. There are different kinds of crossbody bags within marketplace nowadays. Even so it is not possible to beat the timeless design jointly with traditional elegance of the Bags at the coach factory outlet online.
http://www.coachfactoryoutletonlinedays.com

# louis vuitton uk 2/2/2012 2:41 AM louis vuitton uk

More and more people can afford louis vuitton uk, not to say they are on sale. Price is not equivalent with value,they own classical style, fine materials, elaborate technique. If you want to catch up to the latest vogue, having Louis Vuitton Handbags of the latest styles can absolutely satisfy you.Just visit LV outlet webpage and select the most suitable products for yourself.
http://www.louisvuitton-full.org.uk

# christian louboutin 2/2/2012 2:41 AM christian louboutin

This elegant and discreet pair of rhodium-plated button christian louboutin will add sparkle to your outfit. They are covered in clear crystal pave and reflect the light in magical ways. christian Madison Handbags and christian Poppy Bags are viewed among probably the most newsworthy among the particular christian louboutin uk so far.
http://www.christian-louboutinshoes.co.uk

# coach outlet online 2/2/2012 2:43 AM coach outlet online

If you buy Coach items at the
coach outlet online

store, the goods will be sent out within 24 hours after confirming your payment and arrive to your door within 7 work days.
coach outlet

can provide the coach exactly the same is expected in a retail store. It can help you find bags of various colors, shapes and designs, which prove once again that the coach is actually a selection for the housekeeper.
http://www.coachoutletonlinecell.com

# coach factory outlet 2/2/2012 2:45 AM coach factory outlet

That experts claim coach factory outlet shopping is in the changes they are available in, which can make it well suited for benefit from to be a'luggage'bag. There are different kinds of crossbody bags within marketplace nowadays. Even so it is not possible to beat the timeless design jointly with traditional elegance of the Bags at the coach factory outlet online.
http://www.coachfactoryoutletonlinedays.com

# louis vuitton uk 2/2/2012 2:45 AM louis vuitton uk

More and more people can afford louis vuitton uk, not to say they are on sale. Price is not equivalent with value,they own classical style, fine materials, elaborate technique. If you want to catch up to the latest vogue, having Louis Vuitton Handbags of the latest styles can absolutely satisfy you.Just visit LV outlet webpage and select the most suitable products for yourself.
http://www.louisvuitton-full.org.uk

# christian louboutin 2/2/2012 2:45 AM christian louboutin

This elegant and discreet pair of rhodium-plated button christian louboutin will add sparkle to your outfit. They are covered in clear crystal pave and reflect the light in magical ways. christian Madison Handbags and christian Poppy Bags are viewed among probably the most newsworthy among the particular christian louboutin uk so far.
http://www.christian-louboutinshoes.co.uk

# chanel uk 2/2/2012 2:56 AM chanel uk

chanel uk have own characteristic designs. The beautiful crystals have added the magical finishing touch to countless bridal gowns. Just get some for yourself. I hope that I have helped you realize the potential for a breathtaking theme on your wedding day.Incorporating chanel handbags and pearls into your decor is a very fun and easy way to create a classic and warm setting.

http://www.chanel-bags.org.uk

# coach outlet store 2/2/2012 2:56 AM coach outlet store

Coach Outlet Store sells goods that are constructed to meet the highest standards of quality and functionality.You can trust it 100 percent. Wholesale coach outlet are even provided for VIP members. Haven't got your own Coach yet? Why not come to coach outlet store online outlet.

http://www.coachoutletstoreonlinegood.com

# coach outlet online 2/2/2012 2:57 AM coach outlet online

I got to know it from my elder sister who owns enviable luxury Coach bags. Coach Outlet Online Store is established to be your home shopping paradise. Coach New Signature BackPack Black Beige is a useful backpack for outdoors activities. It's convenient that you can freely take along with for travel,climbing and go for school.In our coach outlet,there are many graceful styles of Coach backpack for you.

http://www.coachoutletonlinefull.com

# louis vuitton uk 2/2/2012 3:56 AM louis vuitton uk

This
louis vuitton uk

for sale belongs to the sounding just what are termed as Louis Vuitton vintage best sellers, many other products and services for the reason that range appearing companies.I am so confused that I don,t even know where to buy the
louis vuitton

Handbags. Because I can prefer to chose the fashionable design, favorable price, top service .
http://www.louis-vuittonukoutlets.org.uk

# louboutin uk 2/2/2012 4:14 AM louboutin uk

Come by for dinner soon and check out the wine list for yourself. We are always here to help with selection. Cheers for the successful of christian
louboutin uk

.The christian Signature Hobo is from the latest release of
christian louboutin uk

. Its crisp, scribble material, leather handle, perfectly complements the relaxed shape of this stylish pouch.
http://www.christianlouboutinuk-sale.co.uk

Title
 
Name
 
Url
Comments   
Protected by Clearscreen.SharpHIPEnter the code you see: