When browsing through JBoss's documentation I found this remark:

http://www.jboss.org/online-manual/HTML/ch11s02.html
--<snip>--
Be aware however that JBoss performance is very dependant on the 
underlying configuration. For example, informal tests show that on the 
same PC box, it can run twice as fast under Windows 2000 / Sun JVM than 
under Linux 2.2 / Sun JVM.

Linux users probably already know that linux does not support real 
threads. Under heavy load, JBoss will for example crash with 200 
concurrent users under linux, whereas it can handle 1000 of them on the 
same box with Windows 2000. Of course, if you use Apache or Jetty in front 
of JBoss to handle the thread pooling, this will not be a problem.
--</snip>--

How about Orion, has anyone compared Win2k and Linux regarding speed?

The last paragraph is really alarming -- is it really so that Linux is not 
a wise choice as a production platform? Is this why UNIX is so popular in 
production environments? Or is JBoss just coded poorly? How many users 
(sessions) can Orion handle, is there a difference in Win2k / Linux / UNIX 
performance?

Cheers,
Peter


Reply via email to