Click here to Skip to main content
15,885,366 members
Home / Discussions / C#
   

C#

 
AnswerRe: Are thre Mutex's that can be used in Silverlight? Pin
Abhinav S6-Sep-11 19:34
Abhinav S6-Sep-11 19:34 
QuestionWhat is the Regular expression that detects a $ sign and digits in html code Pin
Member 82168286-Sep-11 7:21
Member 82168286-Sep-11 7:21 
AnswerRe: What is the Regular expression that detects a $ sign and digits in html code Pin
Pete O'Hanlon6-Sep-11 7:28
mvePete O'Hanlon6-Sep-11 7:28 
QuestionWebSocekts server! Pin
shay_lin5-Sep-11 22:07
shay_lin5-Sep-11 22:07 
QuestionCreate a web service to push messages to clients Pin
nitin_ion5-Sep-11 17:32
nitin_ion5-Sep-11 17:32 
GeneralRe: Create a web service to push messages to clients Pin
PIEBALDconsult5-Sep-11 18:53
mvePIEBALDconsult5-Sep-11 18:53 
GeneralRe: Create a web service to push messages to clients Pin
nitin_ion5-Sep-11 18:55
nitin_ion5-Sep-11 18:55 
GeneralRe: Create a web service to push messages to clients Pin
Pete O'Hanlon5-Sep-11 21:53
mvePete O'Hanlon5-Sep-11 21:53 
nitin_ion wrote:
it is much better to let the server push the messages and client to listen

No it's not. Trust me on this - I spent a lot of time working on a push application back in the late 90s, and the problems that had to be overcome are immense. With a push mechanism, you have to keep track of connected clients and track of what you have sent to the client. Suppose that you get a temporary network outage to a client and you push a message out, you need to track this and take some action based on this - for instance, you may allow a retry interval and then attempt to push the message again.

Remember that connections are finite resources, so you'd have to create a disconnected push mechanism which is a whole magnitude of complexity beyond. There are all sorts of tricks that you have to employ there.

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility


GeneralRe: Create a web service to push messages to clients Pin
nitin_ion6-Sep-11 0:00
nitin_ion6-Sep-11 0:00 
GeneralRe: Create a web service to push messages to clients Pin
Pete O'Hanlon6-Sep-11 0:11
mvePete O'Hanlon6-Sep-11 0:11 
GeneralRe: Create a web service to push messages to clients Pin
Roger Wright6-Sep-11 20:35
professionalRoger Wright6-Sep-11 20:35 
AnswerRe: Create a web service to push messages to clients Pin
Mehdi Gholam5-Sep-11 19:52
Mehdi Gholam5-Sep-11 19:52 
AnswerRe: Create a web service to push messages to clients Pin
BobJanova6-Sep-11 0:40
BobJanova6-Sep-11 0:40 
GeneralRe: Create a web service to push messages to clients Pin
nitin_ion6-Sep-11 0:42
nitin_ion6-Sep-11 0:42 
GeneralRe: Create a web service to push messages to clients Pin
Pete O'Hanlon6-Sep-11 0:44
mvePete O'Hanlon6-Sep-11 0:44 
GeneralRe: Create a web service to push messages to clients Pin
nitin_ion6-Sep-11 0:47
nitin_ion6-Sep-11 0:47 
GeneralRe: Create a web service to push messages to clients Pin
BobJanova6-Sep-11 3:15
BobJanova6-Sep-11 3:15 
GeneralRe: Create a web service to push messages to clients Pin
PIEBALDconsult6-Sep-11 2:41
mvePIEBALDconsult6-Sep-11 2:41 
GeneralRe: Create a web service to push messages to clients Pin
nitin_ion6-Sep-11 3:09
nitin_ion6-Sep-11 3:09 
GeneralRe: Create a web service to push messages to clients Pin
BobJanova6-Sep-11 3:23
BobJanova6-Sep-11 3:23 
GeneralRe: Create a web service to push messages to clients Pin
Pete O'Hanlon6-Sep-11 3:25
mvePete O'Hanlon6-Sep-11 3:25 
AnswerRe: Create a web service to push messages to clients Pin
Tony Pazzard6-Sep-11 4:15
Tony Pazzard6-Sep-11 4:15 
AnswerRe: Create a web service to push messages to clients Pin
#realJSOP7-Sep-11 0:16
mve#realJSOP7-Sep-11 0:16 
GeneralRe: Create a web service to push messages to clients Pin
nitin_ion7-Sep-11 0:27
nitin_ion7-Sep-11 0:27 
GeneralRe: Create a web service to push messages to clients Pin
#realJSOP7-Sep-11 2:21
mve#realJSOP7-Sep-11 2:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.