Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. single exe with multiple users -> Any known issues???

single exe with multiple users -> Any known issues???

Scheduled Pinned Locked Moved C#
csharpsysadminquestionlounge
8 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Charith Jayasundara
    wrote on last edited by
    #1

    Hi, I am going to develop a C# windows application and deploy in a server. This exe file will be used by around 10 people at the same time. I think it will create new instances for each user. What I want to know is, are there any know issues for these kind of scenarios? What the general good practices for this kind of application? Thanks & Regards :-O

    jayasshc

    C V R 3 Replies Last reply
    0
    • C Charith Jayasundara

      Hi, I am going to develop a C# windows application and deploy in a server. This exe file will be used by around 10 people at the same time. I think it will create new instances for each user. What I want to know is, are there any know issues for these kind of scenarios? What the general good practices for this kind of application? Thanks & Regards :-O

      jayasshc

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      The main issue I can see is if your app writes to local config files, they could well clash.

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      C 1 Reply Last reply
      0
      • C Charith Jayasundara

        Hi, I am going to develop a C# windows application and deploy in a server. This exe file will be used by around 10 people at the same time. I think it will create new instances for each user. What I want to know is, are there any know issues for these kind of scenarios? What the general good practices for this kind of application? Thanks & Regards :-O

        jayasshc

        V Offline
        V Offline
        V 0
        wrote on last edited by
        #3

        if the exe uses resources (most commonly files) it could be a problem.

        V. If I don't see you in this world, I'll see you in the next one... And don't be late. (Jimi Hendrix)

        C 1 Reply Last reply
        0
        • C Charith Jayasundara

          Hi, I am going to develop a C# windows application and deploy in a server. This exe file will be used by around 10 people at the same time. I think it will create new instances for each user. What I want to know is, are there any know issues for these kind of scenarios? What the general good practices for this kind of application? Thanks & Regards :-O

          jayasshc

          R Offline
          R Offline
          Russell Jones
          wrote on last edited by
          #4

          have you considered any of the "click once" stuff? That way you can deploy to a server but each client gets a local instance as required

          C 1 Reply Last reply
          0
          • R Russell Jones

            have you considered any of the "click once" stuff? That way you can deploy to a server but each client gets a local instance as required

            C Offline
            C Offline
            Charith Jayasundara
            wrote on last edited by
            #5

            Thanks!:)

            jayasshc

            1 Reply Last reply
            0
            • C Christian Graus

              The main issue I can see is if your app writes to local config files, they could well clash.

              Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

              C Offline
              C Offline
              Charith Jayasundara
              wrote on last edited by
              #6

              Thanks :)

              jayasshc

              1 Reply Last reply
              0
              • V V 0

                if the exe uses resources (most commonly files) it could be a problem.

                V. If I don't see you in this world, I'll see you in the next one... And don't be late. (Jimi Hendrix)

                C Offline
                C Offline
                Charith Jayasundara
                wrote on last edited by
                #7

                Thanks! :)

                jayasshc

                V 1 Reply Last reply
                0
                • C Charith Jayasundara

                  Thanks! :)

                  jayasshc

                  V Offline
                  V Offline
                  V 0
                  wrote on last edited by
                  #8

                  no problem, we're all trying to help ;)

                  V.
                  Stop smoking so you can: Enjoy longer the money you save. Moviereview Archive

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups