aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes multiprocessor servers Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "multiprocessor servers" Watch "multiprocessor servers" New topic
Author

multiprocessor servers

sitaram irrinki
Ranch Hand

Joined: Feb 16, 2005
Posts: 158
What are multiple and single processor servers? How session is
handled When the server is multi processor server?
Valentin Tanase
Ranch Hand

Joined: Feb 17, 2005
Posts: 704
Hi Sitaram,

What are multiple and single processor servers?

As the name implies, a multiple processor server is a powerful machine that has two or more CPUs. You probably read a lot about multithreading, but what you should retain in this context is that this is just an illusion on a single processor machine. The threads don�t run concurrently, since there is only one CPU. They share the CPU running very fast for small amount of times and to the �necked eye� it looks like they run simultaneously. Multiprocessor machines on the other hand provide real multithreading; two or more different thread can run exactly at the same time.

How session is
handled When the server is multi processor server?

In my opinion there is no difference, except maybe the fact that a multi processor server is usually much faster.
Regards.


I think, therefore I exist -- Rene Descartes
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: multiprocessor servers
 
Similar Threads
Justify/Model NFR
Kyle ...Performance Issues with WAS 3.5.4
How can J2EE Programming be used to leverage Multicore processors?
Mapping Managed server to a cpu
Reverse proxy