Re: [PHP] A puzzler (well, for me at least)

2009-03-02 Thread Jochem Maas
Robert Cummings schreef: On Thu, 2009-02-26 at 15:50 +0100, Ondrej Kulaty wrote: Your answer is neither relevant nor funny. :-| It was very relevant. You cannot easily ascertain the time at which a particular line of script is processed. You especially cannot ascertain the specific time

Re: [PHP] A puzzler (well, for me at least)

2009-03-02 Thread Robert Cummings
On Mon, 2009-03-02 at 22:30 +0100, Jochem Maas wrote: Robert Cummings schreef: On Thu, 2009-02-26 at 15:50 +0100, Ondrej Kulaty wrote: Your answer is neither relevant nor funny. :-| It was very relevant. You cannot easily ascertain the time at which a particular line of script is

Re: [PHP] A puzzler (well, for me at least)

2009-02-28 Thread tedd
At 10:06 AM -0500 2/26/09, Robert Cummings wrote: As for funny... some people have no sense of humour and to them I pointedly point my tongue. Cheers, Rob. Ain't that the truth -- there are people who have no sense of humor. While wash your hands, with respect to time on them, was not as

Re: [PHP] A puzzler (well, for me at least)

2009-02-28 Thread Daniel Brown
On Thu, Feb 26, 2009 at 09:50, Ondrej Kulaty kopyto...@gmail.com wrote: Your answer is neither relevant nor funny. :-| And your response wasn't welcome. So there, everyone's even. -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ ||

Re: [PHP] A puzzler (well, for me at least)

2009-02-28 Thread Robert Cummings
On Sat, 2009-02-28 at 12:35 -0500, Daniel Brown wrote: On Thu, Feb 26, 2009 at 09:50, Ondrej Kulaty kopyto...@gmail.com wrote: Your answer is neither relevant nor funny. :-| And your response wasn't welcome. So there, everyone's even. I'm even?? You sure? People been telling me my

Re: [PHP] A puzzler (well, for me at least)

2009-02-28 Thread Nathan Rixham
Robert Cummings wrote: On Sat, 2009-02-28 at 12:35 -0500, Daniel Brown wrote: On Thu, Feb 26, 2009 at 09:50, Ondrej Kulaty kopyto...@gmail.com wrote: Your answer is neither relevant nor funny. :-| And your response wasn't welcome. So there, everyone's even. I'm even?? You sure? People

Re: [PHP] A puzzler (well, for me at least)

2009-02-28 Thread Richard Heyes
Your answer is neither relevant nor funny. :-|    And your response wasn't welcome.  So there, everyone's even. I'm even?? You sure? People been telling me my entire life that I'm odd! rob, that was either funny or relevant. Neither was that. -- Richard Heyes HTML5 Canvas graphing for

[PHP] A puzzler (well, for me at least)

2009-02-26 Thread Richard Heyes
Hi, I've been recently wondering (musing if you will) about timings, and roughly how long, in a very real sense, it takes on a modern computer for a single line of PHP, or Javascript (or interpreted code in general) to execute. Nanoseconds? Quicker? You could say I have too much time on my

Re: [PHP] A puzzler (well, for me at least)

2009-02-26 Thread Robert Cummings
On Thu, 2009-02-26 at 12:47 +, Richard Heyes wrote: Hi, I've been recently wondering (musing if you will) about timings, and roughly how long, in a very real sense, it takes on a modern computer for a single line of PHP, or Javascript (or interpreted code in general) to execute.

Re: [PHP] A puzzler (well, for me at least)

2009-02-26 Thread Per Jessen
Richard Heyes wrote: Hi, I've been recently wondering (musing if you will) about timings, and roughly how long, in a very real sense, it takes on a modern computer for a single line of PHP, or Javascript (or interpreted code in general) to execute. Nanoseconds? Quicker? Not taking

Re: [PHP] A puzzler (well, for me at least)

2009-02-26 Thread Ondrej Kulaty
Your answer is neither relevant nor funny. :-| -- Robert Cummings rob...@interjinn.com pí¹e v diskusním pøíspìvku news:1235653678.13128.32.ca...@localhost... On Thu, 2009-02-26 at 12:47 +, Richard Heyes wrote: Hi, I've been recently wondering (musing if you will) about timings, and

Re: [PHP] A puzzler (well, for me at least)

2009-02-26 Thread Richard Heyes
Your answer is neither relevant nor funny. :-| Someone didn't get any last night... -- Richard Heyes HTML5 Canvas graphing for Firefox, Chrome, Opera and Safari: http://www.rgraph.org (Updated February 14th) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] A puzzler (well, for me at least)

2009-02-26 Thread Richard Heyes
Not taking pipelining into account, a 3GHz processor will execute one instruction in 333 picoseconds, so three instructions in a nanosecond. How many instructions to a line of code?  10,000 ? Ooh, less than that - round about 1000. I have some Javascript that I'm curious about, and since it's

Re: [PHP] A puzzler (well, for me at least)

2009-02-26 Thread Ondrej Kulaty
Sorry i've missed the first sentence, i thought the answer was only the very last sentence. my fault. -- S pozdravem Ondrej Kulatý - Winternet s.r.o. odd. vývoje aplikací tel. 585 209 132 www.winternet.cz Richard Heyes rich...@php.net píse v diskusním príspevku

Re: [PHP] A puzzler (well, for me at least)

2009-02-26 Thread Robert Cummings
On Thu, 2009-02-26 at 15:50 +0100, Ondrej Kulaty wrote: Your answer is neither relevant nor funny. :-| It was very relevant. You cannot easily ascertain the time at which a particular line of script is processed. You especially cannot ascertain the specific time taken to process a line of script