Date: 11/13/07 (Java Web) Keywords: php PHP supports shared memory which can be used to store and retrieve data across processes. This is also another alternative way to communicate between php scripts. Normally shared memory is used for caching frequently used data in memory for php scripts on the same server. Let’s see how we can use shared memory with a [...] Source: http://blog.taragana.com/index.php/archive/how-to-use-shared-memory-in-php/
|