architecture question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Q2hyaXN0aWFuIEhhdmVs?=

    architecture question

    Hi,

    if in a client-server application the server has to deal with about 1.000
    clients is .NET Remoting (RPC) the right choice of the communication or is a
    message oriented communication (e.g. MSMQ) the better choice?

    Christian
  • sloan

    #2
    Re: architecture question


    WCF and "IsOneWay" is the way to go these days.

    See
    http://sholliday.space s.live.com/Blog/cns!A68482B9628 A842A!158.entry

    downloadable example, including a "IsOneWay" (msmq) one.




    "Christian Havel" <ChristianHavel @discussions.mi crosoft.comwrot e in
    message news:E9A1A5D7-0E88-44D2-819B-4BA192AB2FA7@mi crosoft.com...
    Hi,
    >
    if in a client-server application the server has to deal with about 1.000
    clients is .NET Remoting (RPC) the right choice of the communication or is
    a
    message oriented communication (e.g. MSMQ) the better choice?
    >
    Christian

    Comment

    Working...