[nycphp-talk] security? we don't need no stinkin security!
Chris Shiflett
shiflett at php.net
Tue Dec 2 11:38:13 EST 2003
--- Tim Gales <tgales at tgaconnect.com> wrote:
> I mean more efficient -- if you can get the same content
> out with less markup how else do you describe it (other
> than being more efficient)
Maybe it's just a difference of interpretation, but let's take some
clearer examples:
foo.php:
<?
sleep(5);
echo 'foo';
?>
bar.php:
<?
sleep(1);
echo 'barbarbarbarbar';
?>
I would say that bar.php is more efficient, but foo.php produces less
markup.
Chris
=====
Chris Shiflett - http://shiflett.org/
PHP Security Handbook
Coming mid-2004
HTTP Developer's Handbook
http://httphandbook.org/
More information about the talk
mailing list