
Signature
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
Thanks Sam,
Given Http will degrade performance, I think I would give a try to explore
Aysnc TCP methods. Since the parameters I have are of basic type, ie, int,
string etc, I think passing those in network stream should not cause problem.
But I would like your view on using Aysnc TCP as a replacement of .NET
remoting. Can you draw some pro and cons between them? Thanks again.
> I would read these two articles:
>
[quoted text clipped - 41 lines]
> >> remoting as our clients can be sending requests very frequent (<10 secs
> >> intervals).
Sam Santiago - 13 Jan 2005 16:42 GMT
I haven't done much with Async TCP, so I cannot provide any information
there.
You might want to check out this article on performance with remoting,
binary serialization, and http:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/bdad
otnetarch14.asp
Thanks,
Sam

Signature
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
> Thanks Sam,
>
[quoted text clipped - 57 lines]
>> >> secs
>> >> intervals).
Vinc - 14 Jan 2005 14:01 GMT
Thanks Sam,
I will try Async Socket anyway.
> I haven't done much with Async TCP, so I cannot provide any information
> there.
[quoted text clipped - 68 lines]
> >> >> secs
> >> >> intervals).
AndreasW - 15 Jan 2005 19:49 GMT
Hi,
If NLB is not what you want, I think, you should change your
communication-framework to enterprise services.
There you can use CLB (Component Load Balancing)
See also:
http://www.microsoft.com/technet/prodtechnol/acs/deploy/clbovrvw.mspx
> Thanks Sam,
>
[quoted text clipped - 72 lines]
> > >> >> secs
> > >> >> intervals).
Vinc - 16 Jan 2005 01:47 GMT
Hi AndreasW,
CLB is something I have not consider yet. I will look into the possiblity of
that. Thanks.
> Hi,
>
[quoted text clipped - 81 lines]
> > > >> >> secs
> > > >> >> intervals).
Chee Pin Cheam - 16 Mar 2005 17:11 GMT
> Hi AndreasW,
>
> CLB is something I have not consider yet. I will look into the possiblity of
> that. Thanks.
Component Load Balancing mechanism is designed around COM+ 1.x. You
won't be able to use it unless you are using .net enterprise services
(aka servicedcomponent).
Chee PIn