topic) and as a result of my CLS (chronic lazyness syndrome) condition:
given the following interface:
public interface IStatusProvider {
void UpdateStatus(StatusArgs e);
event EventHander<StatusArgs> StatusRecieved;
}
I want to be able to sync up some servers using one of 2 methods.
I'm trying to see what would be easier / more efficient: just
broadcasting a UDP status message or using remoting /w events.
I know that there is different types of remoting (client activated,
server activated blah blah blah), but will there be issues w/ using one
type over the other if you have events? I'd assume that I'd need
a persisted connection to use events. which is kind of a downer,
but using udp is unreliable so its 6 of 1 half dozen of another, so
here I am.
so, (briefly) what would I need to do to use this given that I have 6
identical servers running that need to know about each other. Is
it just a matter of registering a tcp server channel and attaching to
the event (calling the method when my status changes), or is it going
to be more than that. also, I've seen timeouts / null
reference exceptions that happen (in the limited remoting I have used)
when my marshal by ref object does not override
InitializeLifetimeService and return null.
thx for reading.
--Steve
hi all, is there a way in which I can create an HttpWebRequest instance from a string containing the...
By kreationist_b
Hi,I want to get theUser-Id into a Table.(from someone who has just Logged in)In that same Table I w...
By lexy
I've just built my first few web services and can call them from aspx pages.Now I want to call o...
By hbb
Hi...I have an ASPX page which includes a CSS<meta http-equiv="Content-Type" content="text/html;c...
By champ0007
I have the following code:string pattern =@"(\{)|(})|(\()|(\))|(\[)|(])|(\^)|(\*)|(/)|(-)|(\+)|(%)";...
By frankoquendo, 1 Comments
Hi All,I'm looking for a way to detect the main sound output volume level so that if it crosses a ce...
By h3mp, 2 Comments
I can create an excel application object and an active worksheet object in Visual Studio 2005 on a w...
By pinetree, 3 Comments
I am trying to create a simple AD search page where any of my co workers can input and name and get ...
By anonymous, 5 Comments
i want to play sound in asp.net page without breaks in the sound wat can i doif there is any article...
By sanitarium, 1 Comments
well, I can only guess that since this got moved to a forum that nobody ever visits, I'll never get a response...
thanks anyway I guess.
stevewhitley | Fri, 31 Aug 2007 03:10:00 GMT |