[Bug 60244] mod_http2 causes serialized requests if there are parallel long running requests on the same connection

2016-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60244 --- Comment #6 from Laurence 'GreenReaper' Parry --- This behaviour should really be documented. It makes sense once you understand the reason, but is unexpected nevertheless, and has the potential for triggering

[Bug 60244] mod_http2 causes serialized requests if there are parallel long running requests on the same connection

2016-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60244 --- Comment #5 from Reno Reckling --- I went for mpm_event + mod_fcgid which works nicely for php. Thank you -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60244] mod_http2 causes serialized requests if there are parallel long running requests on the same connection

2016-10-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60244 Stefan Eissing changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 60244] mod_http2 causes serialized requests if there are parallel long running requests on the same connection

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60244 --- Comment #4 from Stefan Eissing --- The problem is that you run 'prefork' as your mpm. In prefork there is only one connection/request per process. So, when you browser reuses the h2 connection, it ends up in the very

[Bug 60244] mod_http2 causes serialized requests if there are parallel long running requests on the same connection

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60244 --- Comment #3 from Reno Reckling --- Created attachment 34368 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34368=edit loglevel trace8 of a session that has the problem This shows the following series of event:

[Bug 60244] mod_http2 causes serialized requests if there are parallel long running requests on the same connection

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60244 Eric Covener changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Bug 60244] mod_http2 causes serialized requests if there are parallel long running requests on the same connection

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60244 --- Comment #1 from Reno Reckling --- Additional insight: This happens _only_ during requests that involve php. If i have a long running download that shares a connection with another static file requests, everything is

[Bug 60244] mod_http2 causes serialized requests if there are parallel long running requests on the same connection

2016-10-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60244 e-apa...@wthack.de changed: What|Removed |Added CC||e-apa...@wthack.de -- You are