From: <php...@li...> - 2011-05-12 15:44:35
|
I was just passing along the information that I received from the HTTP working group conversation, I don't know enough about the protocol specifics to disagree. The following paragraph from your reply does raise a question: > Not really, no. The bridge uses a HTTP/1.1 connection to get in > contact with the JEE back-end. After the first statement, the bridge > uses a private socket- or pipe channel, if it is available. If not, > the bridge must continue to use the HTTP connection until it breaks. > And it will break, usually after ~30 seconds or ~100 statements. And > there's no way to re-establish a connection with the same node nor to > transfer the state to a different node. How does this private socket or pipe channel work? Does it work on the HTTP port or does it open a completely separate port? All of the documentation I saw indicates that all traffic goes across the HTTP connection. If it is on a different port, let me know so that I can configure that in my firewall rules. Thanks, Justin |