> Am 11.07.2017 um 16:13 schrieb David Copeland <david.copel...@jsidata.ca>:
> 
> I had it set up on an essentially a private site to try it so the volume was 
> very low, and so I never had a problem.

It can work in certain configurations. Especially if you *only* serve static 
files. As soon as mod_php, proxy connections or gzip/brotli content compression 
gets in the mix, it may get slow or stop working altogether.

This is not a bug, but a principle collision between HTTP/2 parallel requests 
and mpm_prefork single-threaded model. In pre-2.4.26, we kept it single 
threaded and people experienced bad performance and locks. In 2.4.26 will had 
several threads and people experienced the crashes of mod_php.

People that require prefork are better served with the 6 parallel connections 
of HTTP/1.1 clients. People who do not have to run their server single-threaded 
are better off with mpm_event. There is no good comfort place for h2+prefork. 
We think we can invest our time better in other places.

Cheers,

Stefan

> Thanks,
> Dave Copeland.
> 
> On 11/07/17 10:03 AM, Yehuda Katz wrote:
>> H2 is threaded and prefork is not, so the performance is poor or it doesn't 
>> work at all.
>> 
>> There was a discussion about this on the dev list: 
>> https://lists.apache.org/thread.html/bae472cadaeeb761b88bb4569cc0b7d87bc2dcb2fbcbf472d895f32e@%3Cdev.httpd.apache.org%3E
>> 
>> Sent from a device with a very small keyboard and hyperactive autocorrect.
>> 
>> On Jul 11, 2017 9:48 AM, "David Copeland" <david.copel...@jsidata.ca> wrote:
>> I'm wondering what the reason for this is?
>> 
>> Thanks.
>> 
>> On 11/07/17 09:04 AM, Jim Jagielski wrote:
>> >            Apache HTTP Server 2.4.27 Released
>> >
>> >
>> > o HTTP/2 will not be negotiated when using the Prefork MPM
>> >
>> 
>> --
>> David Copeland
>> JSI Data Systems Limited
>> 613-727-9353
>> www.jsidata.ca
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>> For additional commands, e-mail: users-h...@httpd.apache.org
>> 
> 
> 
> -- 
> David Copeland
> JSI Data Systems Limited
> 613-727-9353
> 
> www.jsidata.ca


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to