Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8416275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T01:42:12+00:00 2026-06-10T01:42:12+00:00

If I do: ConsoleApp1: bool mutexCreated; var mutex = new Mutex(true, MemoryMappedFileMutex, out mutexCreated);

  • 0

If I do:

ConsoleApp1:

    bool mutexCreated;
    var mutex = new Mutex(true, "MemoryMappedFileMutex", out mutexCreated);

    Console.Write("Run Console App2 then press enter");
    Console.Read();

    // do work
    Thread.Sleep(5000);

    mutex.ReleaseMutex(); // makes console app 2 to stop waiting

ConsoleApp2

    var mutex = Mutex.OpenExisting("MemoryMappedFileMutex");

    mutex.WaitOne();

    // continue executing once console app 1 releases mutex

Everything works great. I have to start consoleApp1 first for this algorithm to work though.

Now my qestion is I will like consoleApp2 to act as the server. Therefore I will like to start that application first. The problem is that if I do:

    bool mutexCreated;
    var mutex = new Mutex(true, "MemoryMappedFileMutex", out mutexCreated);

    mutex.WaitOne();  // <------ mutex will not wait why????

if I do mutex.WaitOne() that thread will not wait. In other words I want to start consoleApp2 first and have that application wait until I signal the mutex somehow on console application 1….

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T01:42:14+00:00Added an answer on June 10, 2026 at 1:42 am

    In your server app, try calling the constructor with false as the first parameter, so that the calling thread will not own the mutex initially.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to run an iPython kernel on a Linux box and then connect
How do i set a console application to be the top most window. I
I have a .NET service. I have a .NET console application. I want something
High level: I am trying to build a console app (e.g. ConsoleApp.exe) which can
I tried out the log4net sample from Apache under C# 2.0, consoleapp. It seems
Here is situation: I have two projects. ConsoleApp and Class Library. Console app references
I have the following code in both a C# console app and a C#
I am having difficulty redirecting the output from a console application to a Windows
I am using premake to make new projects using the OpenGL sdk . I
I'm new with java and tomcat, so, excuse me if it's silly. I would

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.