show/hide this revision's text 4 dotnetremoting; [made Community Wiki]

I've found three a couple of solutions:

RemObjects Commercial, active development, supports everything but does not seem to have all the more advanced features that GenuineChannels use.

DotNetRemoting Commercial, seems good enough.

GenuineChannels. It uses remoting with a lot of nice added features, the most important one being it works through NATs without the need to open the client firewall. Unfortunately seems to be very dead, mails bouce and their site is infected by the "Virut" virus (!).

The third

Another solution is to use streaming with IIS, according to this article: Keeping connections open in IIS

The client makes the first connection (http with IIS6, tcp with IIS7) to the server at port 80, the connection is then kept open with a streaming response that never ends.

I haven't had the time to experiment with this, and I haven't found a sample that says it specifically solves the firewall-problem, but here's an excellent sample that probably works: Streaming XML.

show/hide this revision's text 3 remObjects

I've found two three solutions. One is :

RemObjects Commercial, active development, supports everything but does not seem to have all the more advanced features that GenuineChannels usea commercial component: .

GenuineChannels. It uses remoting with a lot of nice added features, the most important one being it works through NATs without the need to open the client firewall. Unfortunately seems to be very dead, mails bouce and their site is infected by the "Virut" virus (!).

The second third solution is to use streaming with IIS, according to this article: Keeping connections open in IIS

The client makes the first connection (http with IIS6, tcp with IIS7) to the server at port 80, the connection is then kept open with a streaming response that never ends.

I haven't had the time to experiment with this, and I haven't found a sample that says it specifically solves the firewall-problem, but here's an excellent sample that probably works: Streaming XML.

show/hide this revision's text 2 added genuinechannels

I've found two solutions. One is to use a commercial component: GenuineChannels. It uses remoting with a lot of nice added features, the most important one being it works through NATs without the need to open the client firewall.

The second solution seems to be is to use streaming with IIS, according to this article: Keeping connections open in IIS

The client makes the first connection (http with IIS6, tcp with IIS7) to the server at port 80, the connection is then kept open with a streaming response that never ends.

I haven't had the time to experiment with this, and I haven't found a sample that says it specifically solves the firewall-problem, but here's an excellent sample that probably works: Streaming XML.

If anyone have a better sample, please share. Otherwise I'll update this question with a working sample when I get back to solving this problem.

show/hide this revision's text 1