Re: [PHP] Question concerning performance

2001-01-17 Thread Toby Butzon
t; > Sent: Wednesday, January 17, 2001 16:55 > > To: jeremy; [EMAIL PROTECTED] > > Subject: Re: [PHP] Question concerning performance > > > > > > > Example ONE: (in just parse mode) > > > [cut]--- > > > > > print &quo

RE: [PHP] Question concerning performance

2001-01-17 Thread jeremy
5 Phil 1:21 www.ganooz.com Car pour moi, la vie c'est le Christ, et la mort est un gain. > -Original Message- > From: Toby Butzon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 17, 2001 16:55 > To: jeremy; [EMAIL PROTECTED] > Subject: Re: [PHP] Question concerning

Re: [PHP] Question concerning performance

2001-01-17 Thread Toby Butzon
> Example ONE: (in just parse mode) > [cut]--- > print "blah blah blah blah blah blah blah"; > print "" . $Var1 . "" . $Var2 . ""; > ?> > [/cut]-- Ran a pretty rough benchmark: 10040 lines of code (5020 repetitions of the above example) 10 times with an a

Re: [PHP] Question concerning performance

2001-01-17 Thread Christian Reiniger
On Wednesday 17 January 2001 11:37, jeremy wrote: > Example ONE: (in just parse mode) > [cut]--- > print "blah blah blah blah blah blah blah"; > print "" . $Var1 . "" . $Var2 . ""; > ?> > [/cut]-- > > Example TWO: (in html && parse mode) > [cut]--

[PHP] Question concerning performance

2001-01-17 Thread jeremy
Greetings all. I've got a quick question, and please forgive me if this is off topic, but... I've got several applications that I'm trying to do some general tweaking on, and I've got a question, as well as a general purpose coding style for php. Is it faster to remain within _parsing mode_ whi