[JBoss Seam] - Re: Seam app on slashdot
by modoc
Michael,
sorry for the long delay, I've been very busy at the day job lately.
The server is a 2.8 GHz Intel single proc box, with only 512 MB of Ram (if I start doing larger Seam apps, I think upgrading the ram will be a big win). It runs about 30 domains of varying traffic, and handles a few thousand e-mail a day (before 10minutemail.com anyhow). It's running debian stable, using Java 1.5.0_05, postfix, IMAPS and apache 2. I have jboss running behind apache (to avoid using an off-port and to avoid using an extra IP.
I have done zero performance tuning of apache, jboss, etc...
During the peak load (about 40,000 unique visitors, and 400,000 pages views in one day) the site was slow but responding. I'm not 100% certain why it was slow. The load average ranged from 0.5 to 2, although was mostly in the 1.0-1.2 range. There was more CPU idle than I expected. The network wasn't even close to maxxed out. I think I pushed about 1 Mbit/sec peak, and I've pushed out a full 10 Mbit from that server before on another website.
It may simply have been the high number of connections waiting to be handled that made the site seem slow, as I didn't seem to be killing the CPU.
Also keep in mind that during the same period tens of thousands of incoming e-mail were pouring in, being handled, and then served out to my application over IMAPS.
I'd like to see what I can do with a tuned set of apps, and greater understanding of what was slowing me down.
Regards,
Modoc/Devon
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992661#3992661
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992661
19 years, 4 months
[JBoss Eclipse IDE (users)] - XDoclet properties not displaying correctly
by GusFish
Hi,
I'm working through the IDE tutorial and tripping when I go to the XDoclet properties page. When I select Properties from the speed menu for the project and then select XDoclet, Eclipse gives me a popup saying "The currently displayed page contains invalid values" and does not display any XDoclet properties.
When I then select a different properties category and then XDoclet again, it then displays a limited subset of the XDoclets properties page:
- the Enable XDoclet checkbox & label
- the label "Define the XDoclet configurations available for generation."
- a blank, white text box.
No other controls etc..
I'm using JBoss IDE 1.6.0.GA installed via the Eclipse installer, on a fresh installation of Eclipse 3.2.1 under WinXP. This is being attempted via the Package Explorer under the Java view.
Can anyone help? Thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992659#3992659
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992659
19 years, 4 months