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. High Performance Distributed Application

High Performance Distributed Application

Scheduled Pinned Locked Moved C#
csharpquestionwcfperformance
3 Posts 3 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.
  • G Offline
    G Offline
    GChannon
    wrote on last edited by
    #1

    Hi, Currently looking to develop a real-time application that receive market data feeds from a series of sources. The market data would be updated on a regular basis to over 100 connected clients. I have a few question and would appreciate everyones advice. 1. Is WCF over TCP as quick as .NET remoting? 2. Is WCF capable of dealing with large number of prices to over 100 clients. Lastly, does anyone know any good C# books on TCP programming with WCF? Thanks in advance :cool:

    S P 2 Replies Last reply
    0
    • G GChannon

      Hi, Currently looking to develop a real-time application that receive market data feeds from a series of sources. The market data would be updated on a regular basis to over 100 connected clients. I have a few question and would appreciate everyones advice. 1. Is WCF over TCP as quick as .NET remoting? 2. Is WCF capable of dealing with large number of prices to over 100 clients. Lastly, does anyone know any good C# books on TCP programming with WCF? Thanks in advance :cool:

      S Offline
      S Offline
      Scott Dorman
      wrote on last edited by
      #2

      I would say that for this type of application, WCF is going to be as performant as remoting. There may be some speed differences either way, but they shouldn't be enough to really matter. Yes, WCF will be capable of dealing with this amount of data. As far as books go, you really just need one on WCF programming. The choice of transport channel doesn't really change how you build the WCF service, only how it is configured. You can check out any of these WCF books from Amazon.com.

      Scott.


      —In just two days, tomorrow will be yesterday. [Forum Guidelines] [Articles] [Blog]

      1 Reply Last reply
      0
      • G GChannon

        Hi, Currently looking to develop a real-time application that receive market data feeds from a series of sources. The market data would be updated on a regular basis to over 100 connected clients. I have a few question and would appreciate everyones advice. 1. Is WCF over TCP as quick as .NET remoting? 2. Is WCF capable of dealing with large number of prices to over 100 clients. Lastly, does anyone know any good C# books on TCP programming with WCF? Thanks in advance :cool:

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #3

        According to the benchmarks, WCF over TCP is quicker than remoting. WCF is certainly capable of handling large loads.

        Deja View - the feeling that you've seen this post before.

        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