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 taken to process a line of script code without
 controlling for processor speed, architecture, compiler, memory,
 network, etc, etc and the exact line of script being considered. 
 
 As for funny... some people have no sense of humour and to them I
 pointedly point my tongue.

which, given it's forked, is quite clever ;-)

 
 Cheers,
 Rob.
 
 
 
 
 -- 
 Robert Cummings rob...@interjinn.com pe v diskusnm pspvku 
 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
 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?
 It depends on the processor and the line of instructions.

 You could say I have too much time on my hands...
 You could try washing them ;)

 Cheers,
 Rob.
 -- 
 http://www.interjinn.com
 Application and Templating Framework for PHP





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



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 processed. You especially cannot ascertain
  the specific time taken to process a line of script code without
  controlling for processor speed, architecture, compiler, memory,
  network, etc, etc and the exact line of script being considered. 
  
  As for funny... some people have no sense of humour and to them I
  pointedly point my tongue.
 
 which, given it's forked, is quite clever ;-)

I've had practice... with girls... in my dreams!!

:)

Cheers,
Rob.
-- 
http://www.interjinn.com
Application and Templating Framework for PHP


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



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 
funny as it could have been in the right setting, it was indeed 
humorous. How people can not see that is beyond me.


Cheers,

tedd


--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

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



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/ || http://www.pilotpig.net/
Unadvertised dedicated server deals, too low to print - email me to find out!

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



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 entire life that I'm odd!

:)

Cheers,
Rob.
-- 
http://www.interjinn.com
Application and Templating Framework for PHP


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



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 been telling me my entire life that I'm odd!



rob, that was either funny or relevant.

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



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 Firefox, Chrome, Opera and Safari:
http://www.rgraph.org (Updated February 28th)

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



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. Nanoseconds? Quicker?

It depends on the processor and the line of instructions.

 You could say I have too much time on my hands...

You could try washing them ;)

Cheers,
Rob.
-- 
http://www.interjinn.com
Application and Templating Framework for PHP


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



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 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 ?



-- 
Per Jessen, Zürich (4.6°C)


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



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
 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?

 It depends on the processor and the line of instructions.

 You could say I have too much time on my hands...

 You could try washing them ;)

 Cheers,
 Rob.
 -- 
 http://www.interjinn.com
 Application and Templating Framework for PHP
 



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



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: http://www.php.net/unsub.php



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 usually got most of the CPU to play
with, I reckon it will be plenty fast enough. Nice to know that I can
be sloppy though if I wanted to.

-- 
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: http://www.php.net/unsub.php



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 
news:af8726440902260659u3c8f0fa4pe3aa7b526192a...@mail.gmail.com...
 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: http://www.php.net/unsub.php



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 code without
controlling for processor speed, architecture, compiler, memory,
network, etc, etc and the exact line of script being considered. 

As for funny... some people have no sense of humour and to them I
pointedly point my tongue.

Cheers,
Rob.




 
 -- 
 Robert Cummings rob...@interjinn.com pe v diskusnm pspvku 
 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
  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?
 
  It depends on the processor and the line of instructions.
 
  You could say I have too much time on my hands...
 
  You could try washing them ;)
 
  Cheers,
  Rob.
  -- 
  http://www.interjinn.com
  Application and Templating Framework for PHP
  
 
 
 
-- 
http://www.interjinn.com
Application and Templating Framework for PHP


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