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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Distributed Application Question?

Distributed Application Question?

Scheduled Pinned Locked Moved .NET (Core and Framework)
questionsysadminwindows-admindiscussion
2 Posts 2 Posters 1 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.
  • A Offline
    A Offline
    alx n
    wrote on last edited by
    #1

    Hi All! I would like your thoughts and suggestions on the following scenario. I need a distributed appication evironment to save the IIS server from working itsself to death! The basics is this: I want a webpage/ application/ service to start a application sitting on a diffrent machine on the intranet, then communicate with this application for the duration of the process. Applications on the machines are added on the fly, so the calling application or web page cannot be re-compiled. It seems Remoting won't work for me as the calling application has to be re-compiled when the target assembly changes, or a new one is added. Any thoughts would be much appreciated.

    alex_nel

    M 1 Reply Last reply
    0
    • A alx n

      Hi All! I would like your thoughts and suggestions on the following scenario. I need a distributed appication evironment to save the IIS server from working itsself to death! The basics is this: I want a webpage/ application/ service to start a application sitting on a diffrent machine on the intranet, then communicate with this application for the duration of the process. Applications on the machines are added on the fly, so the calling application or web page cannot be re-compiled. It seems Remoting won't work for me as the calling application has to be re-compiled when the target assembly changes, or a new one is added. Any thoughts would be much appreciated.

      alex_nel

      M Offline
      M Offline
      Mark Churchill
      wrote on last edited by
      #2

      So you want to write a generic application that goes and gets data from any possible application running on another computer to reduce the load on your primary server? Theres a type of program that does that already - its called a proxy. Have you considered just running multiple application servers?

      Mark Churchill Director, Dunn & Churchill Pty Ltd Free Download: Diamond Binding: The simple, powerful, reliable, and effective data layer toolkit for Visual Studio.
      Entanglar: .Net game engine featuring automatic networking and powerful HLSL gfx binding.

      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