Am 18.07.2017 um 20:39 schrieb Michael Morris:
Personally, I no longer directly use these calls, preferring instead to use
Symfony's HTTP foundation classes. Those in turn are, I understand, in the
process of being converted to implement the common interface outlined here:
http://www.php-fig.org/psr/psr-7/  I would be much more interested in
seeing a bare bones implementation of that agreed on standard in the
language core then seeing something entirely new, especially a band aid
solution

but why do you do this?

looks like these days everybody is using fat frameworks for anything like in JavaScript most people think Jquery *is* JavaScript

i must have done something right starting my own cms/framework development in 2003 where a typical request takes 0.0015 to 0.0025 seconds on a 7 years old desktop machine without *any* 3rd party code and where you can simply count the function calls of a core system until large modules come into play

hence a guest hosting some hundret instances shows 100-500 Mhz on the vCenter server and literally you can push out at best 50% of the requests the machine could ansser to a internet connection because of the additional latencys


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to