<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 4, 2016 at 11:03 PM, David M. Lloyd <span dir="ltr">&lt;<a href="mailto:david.lloyd@redhat.com" target="_blank">david.lloyd@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Getting transactions and SFSB to share a load-balancing behavior will<br>
hopefully be possible though.  I guess it&#39;ll require some thought to<br>
make it easy to avoid situations where (for example) two SFSB are spread<br>
to different nodes and then you try to create a UserTransaction which<br>
includes both.<br></blockquote><div><br></div><div>Once you start using a SFSB or a Transaction you should get a session cookie, which should give you affinity to the relevant node (based on the assumption the load balancer supports sticky sessions).<br><br></div><div>Stuart<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class=""><br>
On 05/04/2016 05:36 AM, Stuart Douglas wrote:<br>
&gt; The purpose is to enable load balancer based clustering to work.<br>
&gt; Basically even though there is no underlying web session the JSESSIONID<br>
&gt; cookie will make sure that the load balancer delivers the request to the<br>
&gt; correct backend server.<br>
&gt;<br>
&gt; Basically existing load balancers already support sticky sessions, and<br>
&gt; we are just piggy backing on that, as the primary customer use case for<br>
&gt; this is allowing EJB calls through a HTTP load balancer.<br>
&gt;<br>
&gt; Stuart<br>
&gt;<br>
&gt; On Wed, May 4, 2016 at 7:56 PM, Tomaž Cerar &lt;<a href="mailto:tomaz.cerar@gmail.com">tomaz.cerar@gmail.com</a><br>
</span><span class="">&gt; &lt;mailto:<a href="mailto:tomaz.cerar@gmail.com">tomaz.cerar@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     One thing that seems somewhat odd to me is the usage of JSESSIONID<br>
&gt;     for tracking session state.<br>
&gt;     That cookie/param is used for servlet http sessions and given that<br>
&gt;     this is pure EJB without any servlets<br>
&gt;     it would be bit confusing to require it. Or will this rely on<br>
&gt;     session tracking from undertow-servlet?<br>
&gt;<br>
&gt;     --<br>
&gt;     tomaz<br>
&gt;<br>
&gt;     On Wed, May 4, 2016 at 7:50 AM, Stuart Douglas<br>
</span><span class="">&gt;     &lt;<a href="mailto:stuart.w.douglas@gmail.com">stuart.w.douglas@gmail.com</a> &lt;mailto:<a href="mailto:stuart.w.douglas@gmail.com">stuart.w.douglas@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;         Hi everyone,<br>
&gt;<br>
&gt;         I have started looking into support for service invocation over<br>
&gt;         HTTP. Unlike our existing HTTP upgrade support this will map EJB<br>
&gt;         requests/responses directly to HTTP requests and responses,<br>
&gt;         which should allow it to be used behind existing load balancers.<br>
&gt;<br>
&gt;         I have started an initial description of the protocol at:<br>
&gt;         <a href="https://github.com/stuartwdouglas/wildfly-http-client/blob/master/docs/wire-spec-v1.asciidoc" rel="noreferrer" target="_blank">https://github.com/stuartwdouglas/wildfly-http-client/blob/master/docs/wire-spec-v1.asciidoc</a><br>
&gt;<br>
&gt;         The intention is to follow HTTP semantics as closely as<br>
&gt;         possible. Clustering will be provided in a similar manner to web<br>
&gt;         clustering (i.e. it will require a load balancer, and work in a<br>
&gt;         similar manner to web clustering).<br>
&gt;<br>
&gt;         There is still plenty work that needs to be done (especially<br>
&gt;         around security), so if anyone has any feedback let me know.<br>
&gt;<br>
&gt;         Stuart<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         _______________________________________________<br>
&gt;         wildfly-dev mailing list<br>
</span>&gt;         <a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a> &lt;mailto:<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a>&gt;<br>
&gt;         <a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
<span class="im HOEnZb">&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; wildfly-dev mailing list<br>
&gt; <a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
&gt;<br>
<br>
</span><span class="HOEnZb"><font color="#888888">--<br>
- DML<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a></div></div></blockquote></div><br></div></div>