[PHP-DEV] Question about Shared Memory in combination with mySQL From: Bram Heerink (Bram.Heerink <email protected>)
Date: 12/26/98

Hello,

I do have a small question about shared memory and SQL connectivity...

I send out a query to a SQL server.

Then I get a result pointer.

Fetching data from result pointer.

This is all slow mysql_h api call's...

But now there is shared memory...

So mysql_query could return a pointer to shared memory block.
And mysql_fetch_object could retrieve from shared memory in stead
of usering a mysql_api call...

Should be faster isn't it.

So will PHP change very much now we do have shared mem?

Bram

......... Escape the 'Gates' of Hell
  `:::' ....... ...... Nederlandse
   ::: * `::. ::' Linux
   ::: .:: .:.::. .:: .:: `::. :' Gebruikersgroep
   ::: :: :: :: :: :: :::.
   ::: .::. .:: ::. `::::. .:' ::. http://www.nllgg.nl
...:::.....................::' .::::..

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>