473,769 Members | 2,100 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3129
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*******@n0spa m-SoftiTechture.c om
http://www.SoftiTechture.com
_______________ _______________ _
"dilip ranganathan" <rd*****@gmail. com> wrote in message
news:53******** *************** ***@posting.goo gle.com...
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 thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
6861
by: Geiregat Jonas | last post by:
I'm using xml.dom.minidom, I get some data by using obj.getElementsByTagName("name") then I have an object, but how can I get the data between the tags ? I could do .toxml() and then strip it away. But is there a better way maybe a function made for it ? Also is it possible using the xml.dom.minidom module to create modify an xml file ?
5
3332
by: Vasileios Zografos | last post by:
Ok, easy question. Not caring about the variable scope what is better (i.e. possibly in memory allocation etc) int someVar=0; for (int i=0;i<1000;i++) { ...
10
8229
by: littlehobo | last post by:
I'm trying to figure out this question i was asked but am having no luck! here's the question: "Write a Program that swaps the contents of two variables without using any other variable. Use one of the bitwise operators." I'm clueless... Any help would be appreciated! Thanks.
2
1332
by: Jack | last post by:
Quick question, does anyone know what the limitations are, besides memory for GMP, and also, if I write software that uses this library, is it true that it may run differently on different hardware classes of machines ? In other words, the same calculation on 1 machine would have a different result than another machine would have .. Thanks ! Jack
3
1182
by: Matt Silberstein | last post by:
This is not a MySQL question per se. That is, I am not asking a language question, but a design question. But I will be writing the code in Perl/MySQL and it is likely a common issue. Here is the situation. My site will have pages that will have a dynamic number items, each with there own associated fields. Let's say it is a list of books with pub date, etc. for each book. The customer can add books to their personal list, remove books,...
2
1561
by: kimshapiro100 | last post by:
Question on PhP, MySQL I am thinking of a consumer internet business for which I will have to have a database driven site built. I am thinking of using PhP, MySQL as the main technologies amd Linux hosting( and some Dreamweaver). My question is:
2
1474
by: Edd | last post by:
Hello all, Please consider: class Base { public: int pub; protected: int prot; private: int priv; };
2
3606
by: =?Utf-8?B?Q2h1Y2sgUA==?= | last post by:
I am trying to retrieve the @AnswerCount Attribute for the @QuestionID=1 AND the Answer element text =3 I successfully can pass the variables QuestionID and Answer but can't pull out the @AnswerCount <QuestionResults> <Question QuestionID="1"> <Answer AnswerCount="1">1</Answer>
29
2228
by: Brad Pears | last post by:
Here is a simple OO design question... I have a Contract class. The user can either save an existing contract or they start off fresh with a blank contract, fill in the data and then save a "new" contract. I have a method in my contract class called "Save" which is called like this... dim oContract as new Contract
26
1959
by: Herbert Kleebauer | last post by:
As part of a simple X demo for Linux I send the byte string in "send8" to the X server. This byte string displays a circle at the x/y position send8.s8x/send8.s8y. In "display()" a 8x8 grid of circles is displayed. But when I compile the code below with -O3, then in the "j" loop not send8.s8x is incremented by 50 (send8.s8x += 50;) but only a local copy of it. As a result, the byte string sent to the X server (x_send((char*)&send8,...
0
9579
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
9987
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9857
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8867
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6662
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5444
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3952
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3558
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2812
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.