Java Script Feeds -

AJAX | jQuery | mootools |

IBM developerWorks: Store datasets directly in shared memory with PHP IBM developerWorks: Store datasets directly in shared memory with PHP

- (phpdeveloper) - 4 months ago...

On the IBM developerWorks site today there's a new tutorial showing you how to store shared data directly to a shared memory space of your PHP application. Once created, and given proper permissions, other processes in the same machine can manipulate those segments by: read, write, and delete. This means that an application written in C can share information with an application written in other languages, such as Java or PHP. They can all share information, as long as they can access...

see complete article.

Similar recent news articles...

Older news

Hot Topics