Results 1 to 6 of 6

Thread: What are the Windows Cache Extension for PHP?

  1. #1
    Join Date
    Aug 2006
    Posts
    162

    What are the Windows Cache Extension for PHP?

    Hi everyone,
    I have done basic thing in PHP programming language, so I am not having much knowledge about it. While going through the tutorials I just read about the Cache Extension of Windows for PHP. Since there was no proper description about it, I didn't got it. So thought to take some help from you guys. Please explain me what are the Windows Cache Extension for PHP? Help me as soon as possible.!!
    Technology is a way of organizing the universe so that man doesn't have to experience it.-- Max Frisch 1911 -1991

  2. #2
    Join Date
    Aug 2006
    Posts
    222

    Re: What are the Windows Cache Extension for PHP?

    Windows Cache Extension for PHP is a PHP accelerator that is used to increase the speed of PHP applications running on Windows and Windows Server. Once the Windows Cache Extension for PHP is enabled and loaded by the PHP engine, PHP applications can take advantage of the functionality without any code changes. The extension is currently supported only on the following configurations :
    • Windows XP SP3 with IIS 5.1 and "FastCGI Extension
    • Windows Server 2003 with IIS 6.0 and "FastCGI Extension
    • Windows Vista SP1 with IIS 7.0 and FastCGI Module
    Just a reply to say thank you for these links and posts I have a lot to read and learn now!



  3. #3
    Join Date
    Aug 2006
    Posts
    287

    Re: What are the Windows Cache Extension for PHP?

    PHP is a processing engine script that reads an input stream of data containing text and / or PHP instructions and other data flow occurs more commonly in HTML format. This means that on a web server PHP engine reads, analyzes, compiles and executes a php script whenever requested by a Web client. Reading, analysis and compilation of operations put additional load on the CPU and Web server file system and therefore affects the overall performance of a PHP web application. PHP bytecode (opcode) cache is used to store the compiled script bytecode shared memory so it can be re-used by the PHP engine for subsequent executions of the same script.
    Dimension 1100 (FMY032J) mini-tower
    2.53ghz Intel Pentium 4
    80 gig nfts HDD
    512 RAM
    Main circuit board: Dell 0CF458
    BIOS: Dell A00
    Display: Intel(R) 82865G Graphics Controller [Display adaptor]
    Multimedia: Sound MAX Integrated Digital Audio
    Windows XP Home SP2

  4. #4
    Join Date
    Jul 2006
    Posts
    273

    Re: What are the Windows Cache Extension for PHP?

    Even with the bytecode cache PHP enabled, the PHP engine has access to the script files in a file system. When the PHP scripts are stored on a remote UNC share files, file operations introduce significant performance overhead. Extending Windows cache for PHP includes a cache file that is used to store the contents of the PHP script files in the shared memory, which reduces the amount of file system operations performed by the PHP engine.
    (\__/)
    (='.'=) This is Bunny. Copy and paste bunny into your
    (")_(") signatureto help him gain world domination

  5. #5
    Join Date
    May 2008
    Posts
    4,570

    Re: What are the Windows Cache Extension for PHP?

    PHP Scripts often include or work with files using relative paths of files. Each relative path has to be converted to an absolute path to the PHP engine. When a PHP application uses many PHP files and access them on routes, the operation of resolving relative paths to absolute paths can negatively impact application performance. Extending Windows cache for PHP provides a connection cache file path, which is used to store the mappings between file paths absolute and relative, thereby reducing the number of resolutions relative path to the PHP engine has to perform.

  6. #6
    Join Date
    Sep 2005
    Posts
    1,306

    Re: What are the Windows Cache Extension for PHP?

    The following are the WinCache Functions :
    • wincache_fcache_fileinfo - Retrieves information about cached files in the file cache
    • wincache_fcache_meminfo - Retrieves information about file cache memory usage
    • wincache_ocache_fileinfo - Retrieves information about cached files in the opcode cache
    • wincache_ocache_meminfo - Retrieves information about opcode cache memory usage
    • wincache_refresh_if_changed - Refreshes the cache entries for the cached files
    • wincache_rplist_fileinfo - Retrieves information about resolve cache file path
    • wincache_rplist_meminfo - Retrieves information about memory usage by the resolve cache file path

Similar Threads

  1. Replies: 6
    Last Post: 12-09-2011, 11:05 PM
  2. Replies: 4
    Last Post: 20-07-2010, 06:32 AM
  3. Cache settings (intensive cache usage)
    By Valliy in forum Technology & Internet
    Replies: 7
    Last Post: 02-07-2010, 07:13 AM
  4. Cache dll folder issue on Windows 7
    By ABIEE in forum Operating Systems
    Replies: 4
    Last Post: 09-01-2010, 02:02 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,273,469.80417 seconds with 17 queries