Search Result
Collapse
3 results in 0.0041 seconds.
Keywords
Members
Tags
-
Does RealNetworks use UDP socket for IPC on the server?
I have an issue where the Helix server dies and restarts. I noticed that although the principle way that the user workstation receives the streaming video is via TCP->HTTP->RTSP netstat reports the UDP has no ports and it increases on average of 4 "No Ports" messages a second. The server pauses communications to workstation and reports network issues in the log. Does anyone know whether the RealNetwork's Helix Server uses UDP sockets... -
Best way to notify windows service state to the GUI
Hello everyone,
I have coded a windows service that can be manipulated through a different application that has a notifyIcon. I´m using remoting to comunicate the application with the service and now I need to detect when the windows service is stopped, paused and so.
I´ve been trying to use events and delegates from the windows service through the remoting object to notify the GUI application but it doesn´t seem... -
WCF/Remoting on IPC
Hi there,
What is the "best" way to make to process communicate on the same machine, with .NET 2.0/3.0!
- remoting on IPC ? Have you experienced this ?
- WCF on IPC ?
- any alternatives ?
Thanks...