Click here to Skip to main content
Sign Up to vote bad
good
See more: C#
Hi, what i require is an application which can broadcast messasge to all the clients within local area network which are running the same application. It would be simple if I have server where every client can post a message and client application can have timer but I don't want to involve server.
Posted 7 Nov '12 - 8:07


2 solutions

It's almost always a better idea to let a client pull information rather than trying to push information to a client. If you already have the infrastructure for a client to post a message to the server and for all the clients to pull it down, just stick with that. The model is much cleaner and less problematic.
  Permalink  
What you are talking about is a messaging application where a server application places messages into a queue and the clients listen on that queue and process the messages as they are received. A truly nasty environment to work with. Look into MSMQ and there are a number of other messaging systems.
 
I'm not sure if the technology is still current so you will need to do some research!
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Mohammed Hameed 268
1 OriginalGriff 236
2 Sergey Alexandrovich Kryukov 153
3 Mayur_Panchal 153
4 CPallini 100
0 Sergey Alexandrovich Kryukov 8,171
1 OriginalGriff 6,246
2 CPallini 3,532
3 Rohan Leuva 2,703
4 Maciej Los 2,234


Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 7 Nov 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid