<span style="font-family:'.HelveticaNeueUI';white-space:nowrap"><a href="http://erlang.org/doc/man/httpc.html">http://erlang.org/doc/man/httpc.html</a> see set_options and max_sessions. <span></span></span><br><br>
On Thursday, August 29, 2013, aadi i  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Bob,<div><br></div><div>We send thousands of httpc requests(post) in parallel to server. Which internally does ssl communication for every request. </div>
<div><br></div><div>What do you mean by " configuring httpc to allow more parallel connections"? How can we do it.</div><div><br></div><div>Thanks,</div><div>Aadi<br><br>On Saturday, 24 August 2013 22:21:57 UTC+5:30, Bob Ippolito  wrote:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">
Have you configured httpc to allow more parallel connections to your external s<span></span>erver?<br><br>On Saturday, August 24, 2013, aadi i  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div>Our Application (which uses existing Erlang OTP R15B01 modules) sends https  request to external authentication server..and  it gets reply and seems work fine under normal cases</div><div><br></div><div>



But under heavy loads  some requests are  failing  since they are consuming more time to do ssl handshake</div><div><br></div><div>and i have observed the following things during ssl handshake</div><div><br></div><div>client is taking(our application ) nearly 80 sec to send the certificate after server hello is  done with server certificate</div>



<div><br></div><div>since our server expects to complete the request- response in 30 sec otherwise it drops the connection hence results to connection failures and effects the performance of application severely</div><div>



<br></div><div>and finally i would like to know</div><div>- Is  our application failing  to invoke the client certificate quickly .? i mean does httpc module do the file/IO related operations to invoke the certificates which results to slow response under heavy loads..?</div>



<div><br></div><div>-Does Erlang has any limitations in ssl handshake procedure ..? </div><div><br></div><div><br></div><div>Thanks in Advance :-)</div><div><br></div><div><br></div><div>adinarayana murthy</div>
</div>
</blockquote>
</blockquote></div></div></blockquote>