On Fri, 2006-11-03 at 10:36 -0800, Curt Zirzow wrote:
> Here is the actual demo given:
> http://blogs.iis.net/bills/archive/2006/10/31/PHP-on-IIS.aspx
> 
> As seen my numbers were off a little bit from memory.
> 
> I'm not sure exactly what the kernel cache is, it is some thing the
> file http.sys thing does and handles requests before IIS even sees
> them, I'm thinking it probably is like a thttpd type of server.

Looks to me like a static cache. Once PHP produces the content based on
the URL parameters, subsequent requests just return the previously
created content. Nothing special to see here.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to