Hi All,
I have compiled my apache with c99 and its working fine. I am planning to use c11 compiler also.
Is there any impact will occur if I use c11 in place of c99 ?
Few more questions :
1) My apr is not supporting sendfile,random and mmap. What will be the impact ?
2) When I am sending request from apache j-meter to my apache server then for http is working fine with good TPS but for https, TPS is not good because for most of the request it is taking connection time of 7000-9000ms. Is there anything am I missing in ssl configuration so that it shouldn't connect continuously.
Thanks
Hemant