Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Apache Tomcat »

Re: Tomcat with 8 GB memory

Joe Nathan

2007-07-27

Replies:



Leon Rosenberg-3 wrote:
>
> Sorry, this just sounds plain wrong. If a 64 bit processor comes with
> 64 bit register it means that it can make an integer 64 bit addition
> (long) in one operation,
>

It does in single operation, but it taks twices clock pulse than 32bit!
You cannot perform binary adder operation in parallel. Speed of operation
is measured with the number of clock pulse. 32bit adder may require
something like 36 clock pulses or close numbers. 64bit require about 70
clock
pulses. Remember that cpu logic gates work in sync with clocks.
Limited number of operations can be performed in a second. The
number will change depending on your cpu clock pulse, which
is limited to about 3.5GHz these days. That's why we want more Hz
to get speed. That's the thing that give us the speed!




--
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.