WildFly : REST client doesn't work, XMLHttpRequest need to be reopen before each request #97
Conversation
need to be reopen before each POST request
WildFly : REST client doesn't work, XMLHttpRequest need to be reopen before each request
|
Can you share the benchmark numbers ? |
|
You can find it on my blog post, next to yours :) Maxime Gréau. 2013/11/10 Arun Gupta notifications@github.com
|
|
sweet, numbers look awefully familiar as on my machine :-) Cool, thanks for publishing them. Do the benchmark source code looks good to you ? Any suggestions for On Sun, Nov 10, 2013 at 10:33 PM, Maxime Gréau notifications@github.comwrote:
|
|
Yes :), it will be interesting to compare the amount of data exchanged (except payload data) in both case. I started to look at this http://www.w3.org/TR/XMLHttpRequest/#the-getallresponseheaders%28%29-method. |
|
Yeah, do you want to send a pull request for that test case ? BTW, did you get some increased traffic to your blog becauseof multiple RTs On Mon, Nov 11, 2013 at 10:35 PM, Maxime Gréau notifications@github.comwrote:
|
|
Awesome, really happy for you! I think a comparison of amount of headers exchanged for HTTP and WebSocket On Mon, Nov 11, 2013 at 11:08 PM, Maxime Gréau notifications@github.comwrote:
|
|
thanks. Ok I will do it. |

I try to test this app with WildFly.
There is no problem for WebSocket test but REST client doesn't work (just one call works).
I'm using Google Chrome.
It seems that XMLHttpRequest need to be reopen before each POST request.
With this code, benchmark works on my laptop.