This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I can run any of these servlet engines on my own box, but which are most scalable? Has anyone tried using Orion in a production environment? JRun... I've heard it's ok for some things but stinks for others. I suppose I should also ask about WebSphere and WebLogic. I've actually used WebLogic and it seems to work great. What are your thoughts?
David Kane
Ranch Hand
Joined: Sep 20, 2001
Posts: 65
posted
0
Here is what Orion claims: http://www.orionserver.com/benchmarks/benchmark.html However, I'm not sure that the question really should be what is the most scalable. I think the more important question is which tool is scalable enough for what you need. Are you talking 100's, 1,000's 10,000's or more simultaneous connections? Dave
Originally posted by Pres Brawner: I can run any of these servlet engines on my own box, but which are most scalable? Has anyone tried using Orion in a production environment? JRun... I've heard it's ok for some things but stinks for others. I suppose I should also ask about WebSphere and WebLogic. I've actually used WebLogic and it seems to work great. What are your thoughts?
David Kane<BR> <A HREF="mailto:david_kane@houseofyin.com" rel="nofollow">david_kane@houseofyin.com</A> <BR>Author of <A HREF="http://www.amazon.com/exec/obidos/ASIN/0130290327/ref=ase_electricporkchop/103-0514572-3811868" TARGET=_blank rel="nofollow">Software Architecture: Organizational Principles and Patterns</A><BR><A HREF="http://www.vraps.com" TARGET=_blank rel="nofollow">http://www.vraps.com</A><BR><A HREF="http://www.houseofyin.com" TARGET=_blank rel="nofollow">http://www.houseofyin.com</A>
Pres Brawner
Ranch Hand
Joined: Jan 18, 2001
Posts: 92
posted
0
Thanks for the link. Some interesting numbers there for sure. I'm trying to make this more theoretical than applied. For my personal use, anything will do fine. I'm just trying to get a feel if anyone in the JavaRanch audience has used Orion in a business application, or is it just a toy server that you use to run your servlet and JSP pages while you're grinding through tutorials.