Date: 12/26/98
- Next message: Egon Schmid: "Re: [PHP-DEV] Question about Shared Memory in combination with mySQL"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] PHP3 and portability"
- Next in thread: Egon Schmid: "Re: [PHP-DEV] Question about Shared Memory in combination with mySQL"
- Reply: Egon Schmid: "Re: [PHP-DEV] Question about Shared Memory in combination with mySQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Egon Schmid: "Re: [PHP-DEV] Question about Shared Memory in combination with mySQL"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] PHP3 and portability"
- Next in thread: Egon Schmid: "Re: [PHP-DEV] Question about Shared Memory in combination with mySQL"
- Reply: Egon Schmid: "Re: [PHP-DEV] Question about Shared Memory in combination with mySQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

