Well, in terms of high-level capability, DCOM and .NET remoting are
really equivalent. Both give you the capability to make callbacks by
passing object references from a client to a server. Connection points
aren't required for this to happen - they just make dynamic discovery a
little bit easier for scripting clients.

As far as doing it over the web, but DCOM and .NET remoting have the
same problem: firewalls let things out, but they generally don't let
them in.

> -----Original Message-----
> From: Moderated discussion of advanced .NET topics.
> [mailto:[EMAIL PROTECTED]] On Behalf Of Dhamayanthi
> Sent: Tuesday, June 11, 2002 1:34 AM
> To: [EMAIL PROTECTED]
> Subject: [ADVANCED-DOTNET] Server Push Technology in .NET
>
>
> In DCOM environment, we can implement a callback architecture
> using technologies similar to connection points. Is there any
> feasibility of such an architecture in .NET "over the web"?
>
>
> Is there any Server Push Technology available in .NET?
>
> Thanks & Regards,
>
> Dhamayanthi
>
> You can read messages from the Advanced DOTNET archive,
> unsubscribe from Advanced DOTNET, or subscribe to other
> DevelopMentor lists at http://discuss.develop.com.
>

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to