performance testing - Socket has timed out -
we trying access our web-app (through web server, ihs). when use http fine ;https protocol working submits requests, observe socket time out exception continuously after requests have been processed. thereafter request processing resumes again. have tested application quite large concurrent load using https earlier; in case not sure why getting error.
oh boy, can due thousands of different things. suggest layer analysis approach starting off web server logs, need make sure requests reaching web server , happening ones dictating time out, facing network latency resource bounded host, contention or knows, depends on application's design.
start off checking out network layer. maybe if provide more information can out.
also check out http , https time out configurations on web server.
Comments
Post a Comment