[phpa] Re: Cached 'static' PHP vs HTML

>
> Oh and there are webservers that focus on serving static contant like
> Tux and X15 for Linux that can push an amazing amount of data. They do
> a lot of funky stuff to get I/O time down to the absolute minimum.

There's an interesting paper discussing the Flash server,
http://www.cs.princeton.edu/~vivek/flash99/
and that research did a number of obvious, but also some not so obvious,
techniques to maximise performance. Apache is really quite a slow web
server, but it's highly flexible, and of course that's nice. I'd probably
still use Apache for dynamic content, but use one of the much faster web
servers for static content if I had a really heavily loaded site.

There are also techniques that can be explored such as putting the web
server into the kernel, and I believe some of the largest internet sites
exploit this.




------------------------------------------------------------------------
  www.php-accelerator.co.uk           Home of the free PHP Accelerator

To post, send email to phpa@xxxxxxxxxxxxx
To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe


Other related posts: