Re: [users@httpd] Re: Non Blocking write in apache

2018-09-14 Thread Hemant Chaudhary
Hi Yann, Please don't get confuse with Cygwin(Windows). I am running apache on NonStop(Tandem). I have put breakpoint at apr_poll() but it is not going there. Few Events of writing : 1) apache writes 779 bytes to tomcat from apr_socket_sendv() function and writev functions returns success. 2) apac

Re: [users@httpd] Developing Private Cache Module

2018-09-14 Thread Yann Ylavic
Hi Thomas, On Fri, Sep 14, 2018 at 4:18 AM Thomas Salemy wrote: > > I want to redevelop the shared object cache that is used to filter > HTTP requests. Specifically, I want to serve requests even faster by > replacing the module's current structure with this concurrency > mechanism. Could you pl

Re: [users@httpd] Re: Non Blocking write in apache

2018-09-14 Thread Yann Ylavic
Hi Hermant, On Fri, Sep 14, 2018 at 8:08 AM Hemant Chaudhary wrote: > > I have tried to upload a file of 26.5mb on apache tomcat, which was > successfull. > I tried to proxy request to tomcat with same file. But get following error. > Attaching the error_log. > > Can you please help me to unders