On Wed, Jan 30, 2013 at 11:33 AM, Lester Caine <les...@lsces.co.uk> wrote: > Stas Malyshev wrote: >>> >>> The TS model in php should be redesigned in the next major version, >>> >instead of simply giving it up. >> >> Again, I'd not mind seeing this redesign, but do we have somebody who's >> actually going to do that? > > > Ignoring the problem of 'someone to do it', in this age of multi-core > systems, the idea of sending requests to a database server while building > the page is an area where threading could provide a speed gain in returning > a page?
Not really, async queries are way better and easier to deal with. Even if some OS implementation uses thread under the hood, it is totally hidden from an API point of view. -- Pierre @pierrejoye -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php