Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-07-02 Thread Laurent Petit
SOCKET) dup; } } #endif #endif /* def WIN32 */ > > Jeff > > > On Fri, Jun 29, 2012 at 4:38 PM, Laurent Petit wrote: > > > On Fri, 2012-06-29 at 15:27 +0200, Jeff MAURY wrote: > > > No, > > > > > > it does not (yet) make

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-29 Thread Laurent Petit
space and won't paste them all in this thread ( google search criteria : "windows inheriting socket handles" ) > > Jeff > > > On Fri, Jun 29, 2012 at 2:40 PM, Laurent Petit wrote: > > > Hello, > > > > On Fri, 2012-06-29 at 11:45 +0200, Jeff MAURY

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-29 Thread Laurent Petit
with Tomcat Native implementation, but do you know the global > architecture ? > What I guessed is that the Tomcat native stuff created with the inherit > flag, but even if it does, I don't see why it should not work if the socket > is closed after a timeout. > > Regards > Jef

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-29 Thread Laurent Petit
sa.bInheritHandle = TRUE; ( http://svn.apache.org/repos/asf/tomcat/native/branches/1.1.x/native/os/win32/ntpipe.c ) Jeff, What else could we do to help investigate / fix this issue ? Cheers, -- Laurent > > Regards, > Konstantin Preißer > > > >

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread Laurent Petit
g the problem, Regards, -- Laurent Petit On Mon, 2012-06-25 at 14:42 +0200, Jeff MAURY wrote: > Yes, fine > > Jeff > > > On Mon, Jun 25, 2012 at 1:46 PM, Laurent Petit wrote: > > > On Mon, 2012-06-25 at 11:51 +0200, Jeff MAURY wrote: > > > > > If you can po

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread Laurent Petit
Jun 25, 2012 at 11:40 AM, Laurent Petit wrote: > > > Hello, > > > > Is there anything I can do to help qualify the problem even more ? > > > > Beyond having shown the source code of the servlet, would a fully > > mavenized example help? Anything else? > &g

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread Laurent Petit
Hello, Is there anything I can do to help qualify the problem even more ? Beyond having shown the source code of the servlet, would a fully mavenized example help? Anything else? Regards, -- Laurent On Fri, 2012-06-22 at 10:21 +0200, Laurent Petit wrote: > Hello, > > On Thu, 2012

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-22 Thread Laurent Petit
d here is the code for the small java program: https://www.refheap.com/paste/3286 Regards, -- Laurent > > Jeff > > On Thu, Jun 21, 2012 at 10:45 PM, Laurent Petit wrote: > > > En Réponse à "Tomcat Users List" le 21 juin > > 2012 00:07 Can you verify

Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-21 Thread Laurent Petit
, 2012 at 4:19 PM, Laurent Petit wrote: > Hello, > > I have a problem with keep-alive connections, when starting a subprocess > (via JDK's default ProcessBuilder/Process API), while also having > started Tomcat with the APR HTTP/1.1 Connector. > > The problem symptom i

Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-20 Thread Laurent Petit
Hello, I have a problem with keep-alive connections, when starting a subprocess (via JDK's default ProcessBuilder/Process API), while also having started Tomcat with the APR HTTP/1.1 Connector. The problem symptom is with Keep-Alive connection, as follows: - the client (browser, jmeter, etc.) s