|
From: Patrick L. <pa...@la...> - 2001-11-07 21:22:20
|
Guys, Memory foot prints is as follows: ======================================================================================== Jetty 3.1.4 1 processes: 1 sleeping, 0 running, 0 zombie, 0 stopped CPU states: 0.1% user, 0.1% system, 0.0% nice, 99.6% idle Mem: 255340K av, 233796K used, 21544K free, 0K shrd, 1932K buff Swap: 530104K av, 24K used, 530080K free 124416K cached PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 28626 patrick 9 0 15652 15M 6968 S 0.0 6.1 0:00 jav ======================================================================================== Tomcat 4.0.1 1 processes: 1 sleeping, 0 running, 0 zombie, 0 stopped CPU states: 0.8% user, 0.6% system, 0.0% nice, 1.2% idle Mem: 255340K av, 224816K used, 30524K free, 0K shrd, 1932K buff Swap: 530104K av, 24K used, 530080K free 124452K cached PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 28408 patrick 9 0 21044 20M 7440 S 0.0 8.2 0:00 java ======================================================================================== Since my server is a pentium III 800Mhz with only 256Mb running a bunch of stuff along with being my workstation at work, memory I think will be an issue! Performance between the two containers are about the same with tomcat 4 having a slight edge against Jetty. But Jetty 4.0 dev is underway that will use the newer 2.3 servlet spec.. I don't think any of our servlets will require 2.3 specific stuff so moot point. Mike,Dan please introduce yourself to Sujith a brother from India who is eager to join the team and use his technical skillz for God's glory! Every developer, please get yourself acquainted with how to deploy Web applications in Jetty from http://jetty.mortbay.com/jetty/tut/index.html. At the very least download Jetty on your local machine and play around with the provided examples. http://prdownloads.sourceforge.net/jetty/Jetty-3.1.4.tgz The spec is almost ready so hang in there -- the work will be divvied out soon! -- </Patrick> http://patrick.lacson.org pa...@la... |