472,127 Members | 1,725 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,127 software developers and data experts.

Question reg. Pub-Sub architecture

Howdy All

I have a quick question on an architecture I am trying to implement.

I want to implement something similar to a pub-sub architecture. Is
it possible to broadcast event notifications across machines and
networks? I have a .NET application (lets call it .NETApp) sitting on
an IIS box that recieves events from another source. If I want client
applications (that are potentially on machines different from the
network on which .NETApp is running but internetworked via bridges and
stuff) to receive these events from .NETApp, how do I do it?

I don't see any other way other than client applications registering a
HTTP endpoint with .NETApp so that .NETApp can simply cruft up a HTTP
message and broadcast to all such registered endpoints. This would
mean the client apps should be running some kind of lightweight HTTP
Server (Cassini?).

Am I making sense so far? Is there any other way to do this?

thanks
--Dilip
Nov 16 '05 #1
1 3053
You might want to consider remoting events. Check out this example:

http://support.microsoft.com/default...b;en-us;312114

Thanks,

Sam

--
_______________________________
Sam Santiago
ss*******@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
"dilip ranganathan" <rd*****@gmail.com> wrote in message
news:53**************************@posting.google.c om...
Howdy All

I have a quick question on an architecture I am trying to implement.

I want to implement something similar to a pub-sub architecture. Is
it possible to broadcast event notifications across machines and
networks? I have a .NET application (lets call it .NETApp) sitting on
an IIS box that recieves events from another source. If I want client
applications (that are potentially on machines different from the
network on which .NETApp is running but internetworked via bridges and
stuff) to receive these events from .NETApp, how do I do it?

I don't see any other way other than client applications registering a
HTTP endpoint with .NETApp so that .NETApp can simply cruft up a HTTP
message and broadcast to all such registered endpoints. This would
mean the client apps should be running some kind of lightweight HTTP
Server (Cassini?).

Am I making sense so far? Is there any other way to do this?

thanks
--Dilip

Nov 16 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

9 posts views Thread by Geiregat Jonas | last post: by
10 posts views Thread by littlehobo | last post: by
3 posts views Thread by Matt Silberstein | last post: by
2 posts views Thread by kimshapiro100 | last post: by
2 posts views Thread by =?Utf-8?B?Q2h1Y2sgUA==?= | last post: by
26 posts views Thread by Herbert Kleebauer | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.